Shades of Fuchsia #C959C0
Tints of Fuchsia #C959C0
RGB
CMYK
RGB Variations
Color information
#C959C0 (or 0xC959C0) is known color: Fuchsia. HEX triplet: C9, 59 and C0. RGB value is (201,89,192). Sum of RGB (Red+Green+Blue) = 201+89+192=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C959C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959C0 is #36A63F. Grayscale: #858585. Windows color (decimal): -3581504 or 12605897. OLE color: 12605897.
HSL color Cylindrical-coordinate representation of color #C959C0: hue angle of 304.82º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C959C0 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 192 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.21 |
| HSL | 304.82º | 0.51% | 0.57% | - |
| HSV(B) | 304.82º | 0.56% | 0.79% | - |
| XYZ | 37.17 | 23.37 | 52.42 | - |
| YUV | 134.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 192 | 0 | 0.56 | 0.04 | 0.21 | 304.82 | 0.51 | 0.57 |
| Hex | C9 | 59 | C0 | 0 | 38 | 4 | 15 | 131 | 33 | 39 |
| Octal | 311 | 131 | 300 | 0 | 70 | 4 | 25 | 461 | 63 | 71 |
| Binary | 11001001 | 1011001 | 11000000 | 0 | 111000 | 100 | 10101 | 100110001 | 110011 | 111001 |
Color Harmonies of #C959C0
Complementary color
Monochromatic Colors of #C959C0
Black with #C959C0
Text Example
Text Example
White with #C959C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C959C0; }
p { color: rgb(201,89,192); }
H1.HeaderClassName
{
color: #C959C0;
}
.AnyTagClassName
{
color: #C959C0;
}
</style>
background-color css
<style>
a { background-color: #C959C0; }
a { background-color: rgb(201,89,192); }
div.DivClassName
{
background-color: #C959C0;
}
.BgClassName
{
background-color: #C959C0;
}
</style>
border-color css
<style>
span { border-color: #C959C0; }
span { border-color: rgb(201,89,192); }
td.TdClassName
{
border-color: #C959C0;
}
.TagClassName
{
border-color: #C959C0;
}
</style>