Shades of Fuchsia #C959CE
Tints of Fuchsia #C959CE
RGB
CMYK
RGB Variations
Color information
#C959CE (or 0xC959CE) is known color: Fuchsia. HEX triplet: C9, 59 and CE. RGB value is (201,89,206). Sum of RGB (Red+Green+Blue) = 201+89+206=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #C959CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959CE is #36A631. Grayscale: #878787. Windows color (decimal): -3581490 or 13523401. OLE color: 13523401.
HSL color Cylindrical-coordinate representation of color #C959CE: hue angle of 297.44º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C959CE is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 89 | 206 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.19 |
| HSL | 297.44º | 0.54% | 0.58% | - |
| HSV(B) | 297.44º | 0.57% | 0.81% | - |
| XYZ | 38.8 | 24.02 | 60.98 | - |
| YUV | 135.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 206 | 0.02 | 0.57 | 0 | 0.19 | 297.44 | 0.54 | 0.58 |
| Hex | C9 | 59 | CE | 2 | 39 | 0 | 13 | 129 | 36 | 3A |
| Octal | 311 | 131 | 316 | 2 | 71 | 0 | 23 | 451 | 66 | 72 |
| Binary | 11001001 | 1011001 | 11001110 | 10 | 111001 | 0 | 10011 | 100101001 | 110110 | 111010 |
Color Harmonies of #C959CE
Complementary color
Monochromatic Colors of #C959CE
Black with #C959CE
Text Example
Text Example
White with #C959CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959CE; }
p { color: rgb(201,89,206); }
H1.HeaderClassName
{
color: #C959CE;
}
.AnyTagClassName
{
color: #C959CE;
}
</style>
background-color css
<style>
a { background-color: #C959CE; }
a { background-color: rgb(201,89,206); }
div.DivClassName
{
background-color: #C959CE;
}
.BgClassName
{
background-color: #C959CE;
}
</style>
border-color css
<style>
span { border-color: #C959CE; }
span { border-color: rgb(201,89,206); }
td.TdClassName
{
border-color: #C959CE;
}
.TagClassName
{
border-color: #C959CE;
}
</style>