Shades of Fuchsia #C956C0
Tints of Fuchsia #C956C0
RGB
CMYK
RGB Variations
Color information
#C956C0 (or 0xC956C0) is known color: Fuchsia. HEX triplet: C9, 56 and C0. RGB value is (201,86,192). Sum of RGB (Red+Green+Blue) = 201+86+192=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C956C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956C0 is #36A93F. Grayscale: #848484. Windows color (decimal): -3582272 or 12605129. OLE color: 12605129.
HSL color Cylindrical-coordinate representation of color #C956C0: hue angle of 304.7º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C956C0 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 192 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.21 |
| HSL | 304.7º | 0.52% | 0.56% | - |
| HSV(B) | 304.7º | 0.57% | 0.79% | - |
| XYZ | 36.93 | 22.88 | 52.34 | - |
| YUV | 132.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 192 | 0 | 0.57 | 0.04 | 0.21 | 304.7 | 0.52 | 0.56 |
| Hex | C9 | 56 | C0 | 0 | 39 | 4 | 15 | 131 | 34 | 38 |
| Octal | 311 | 126 | 300 | 0 | 71 | 4 | 25 | 461 | 64 | 70 |
| Binary | 11001001 | 1010110 | 11000000 | 0 | 111001 | 100 | 10101 | 100110001 | 110100 | 111000 |
Color Harmonies of #C956C0
Complementary color
Monochromatic Colors of #C956C0
Black with #C956C0
Text Example
Text Example
White with #C956C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956C0; }
p { color: rgb(201,86,192); }
H1.HeaderClassName
{
color: #C956C0;
}
.AnyTagClassName
{
color: #C956C0;
}
</style>
background-color css
<style>
a { background-color: #C956C0; }
a { background-color: rgb(201,86,192); }
div.DivClassName
{
background-color: #C956C0;
}
.BgClassName
{
background-color: #C956C0;
}
</style>
border-color css
<style>
span { border-color: #C956C0; }
span { border-color: rgb(201,86,192); }
td.TdClassName
{
border-color: #C956C0;
}
.TagClassName
{
border-color: #C956C0;
}
</style>