Shades of Fuchsia #C955CE
Tints of Fuchsia #C955CE
RGB
CMYK
RGB Variations
Color information
#C955CE (or 0xC955CE) is known color: Fuchsia. HEX triplet: C9, 55 and CE. RGB value is (201,85,206). Sum of RGB (Red+Green+Blue) = 201+85+206=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #C955CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955CE is #36AA31. Grayscale: #858585. Windows color (decimal): -3582514 or 13522377. OLE color: 13522377.
HSL color Cylindrical-coordinate representation of color #C955CE: hue angle of 297.52º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C955CE is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 85 | 206 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.19 |
| HSL | 297.52º | 0.55% | 0.57% | - |
| HSV(B) | 297.52º | 0.59% | 0.81% | - |
| XYZ | 38.48 | 23.37 | 60.88 | - |
| YUV | 133.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 206 | 0.02 | 0.59 | 0 | 0.19 | 297.52 | 0.55 | 0.57 |
| Hex | C9 | 55 | CE | 2 | 3B | 0 | 13 | 12A | 37 | 39 |
| Octal | 311 | 125 | 316 | 2 | 73 | 0 | 23 | 452 | 67 | 71 |
| Binary | 11001001 | 1010101 | 11001110 | 10 | 111011 | 0 | 10011 | 100101010 | 110111 | 111001 |
Color Harmonies of #C955CE
Complementary color
Monochromatic Colors of #C955CE
Black with #C955CE
Text Example
Text Example
White with #C955CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955CE; }
p { color: rgb(201,85,206); }
H1.HeaderClassName
{
color: #C955CE;
}
.AnyTagClassName
{
color: #C955CE;
}
</style>
background-color css
<style>
a { background-color: #C955CE; }
a { background-color: rgb(201,85,206); }
div.DivClassName
{
background-color: #C955CE;
}
.BgClassName
{
background-color: #C955CE;
}
</style>
border-color css
<style>
span { border-color: #C955CE; }
span { border-color: rgb(201,85,206); }
td.TdClassName
{
border-color: #C955CE;
}
.TagClassName
{
border-color: #C955CE;
}
</style>