Shades of Fuchsia #C855CE
Tints of Fuchsia #C855CE
RGB
CMYK
RGB Variations
Color information
#C855CE (or 0xC855CE) is known color: Fuchsia. HEX triplet: C8, 55 and CE. RGB value is (200,85,206). Sum of RGB (Red+Green+Blue) = 200+85+206=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #C855CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855CE is #37AA31. Grayscale: #848484. Windows color (decimal): -3648050 or 13522376. OLE color: 13522376.
HSL color Cylindrical-coordinate representation of color #C855CE: hue angle of 297.02º 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 #C855CE is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 85 | 206 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.19 |
| HSL | 297.02º | 0.55% | 0.57% | - |
| HSV(B) | 297.02º | 0.59% | 0.81% | - |
| XYZ | 38.21 | 23.23 | 60.86 | - |
| YUV | 133.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 206 | 0.03 | 0.59 | 0 | 0.19 | 297.02 | 0.55 | 0.57 |
| Hex | C8 | 55 | CE | 3 | 3B | 0 | 13 | 129 | 37 | 39 |
| Octal | 310 | 125 | 316 | 3 | 73 | 0 | 23 | 451 | 67 | 71 |
| Binary | 11001000 | 1010101 | 11001110 | 11 | 111011 | 0 | 10011 | 100101001 | 110111 | 111001 |
Color Harmonies of #C855CE
Complementary color
Monochromatic Colors of #C855CE
Black with #C855CE
Text Example
Text Example
White with #C855CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855CE; }
p { color: rgb(200,85,206); }
H1.HeaderClassName
{
color: #C855CE;
}
.AnyTagClassName
{
color: #C855CE;
}
</style>
background-color css
<style>
a { background-color: #C855CE; }
a { background-color: rgb(200,85,206); }
div.DivClassName
{
background-color: #C855CE;
}
.BgClassName
{
background-color: #C855CE;
}
</style>
border-color css
<style>
span { border-color: #C855CE; }
span { border-color: rgb(200,85,206); }
td.TdClassName
{
border-color: #C855CE;
}
.TagClassName
{
border-color: #C855CE;
}
</style>