Shades of Fuchsia #C95CAC
Tints of Fuchsia #C95CAC
RGB
CMYK
RGB Variations
Color information
#C95CAC (or 0xC95CAC) is known color: Fuchsia. HEX triplet: C9, 5C and AC. RGB value is (201,92,172). Sum of RGB (Red+Green+Blue) = 201+92+172=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95CAC is #36A353. Grayscale: #858585. Windows color (decimal): -3580756 or 11295945. OLE color: 11295945.
HSL color Cylindrical-coordinate representation of color #C95CAC: hue angle of 315.96º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95CAC is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 172 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.21 |
| HSL | 315.96º | 0.5% | 0.57% | - |
| HSV(B) | 315.96º | 0.54% | 0.79% | - |
| XYZ | 35.36 | 23.05 | 41.62 | - |
| YUV | 133.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 172 | 0 | 0.54 | 0.14 | 0.21 | 315.96 | 0.5 | 0.57 |
| Hex | C9 | 5C | AC | 0 | 36 | E | 15 | 13C | 32 | 39 |
| Octal | 311 | 134 | 254 | 0 | 66 | 16 | 25 | 474 | 62 | 71 |
| Binary | 11001001 | 1011100 | 10101100 | 0 | 110110 | 1110 | 10101 | 100111100 | 110010 | 111001 |
Color Harmonies of #C95CAC
Complementary color
Monochromatic Colors of #C95CAC
Black with #C95CAC
Text Example
Text Example
White with #C95CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CAC; }
p { color: rgb(201,92,172); }
H1.HeaderClassName
{
color: #C95CAC;
}
.AnyTagClassName
{
color: #C95CAC;
}
</style>
background-color css
<style>
a { background-color: #C95CAC; }
a { background-color: rgb(201,92,172); }
div.DivClassName
{
background-color: #C95CAC;
}
.BgClassName
{
background-color: #C95CAC;
}
</style>
border-color css
<style>
span { border-color: #C95CAC; }
span { border-color: rgb(201,92,172); }
td.TdClassName
{
border-color: #C95CAC;
}
.TagClassName
{
border-color: #C95CAC;
}
</style>