Shades of Fuchsia #C85EC9
Tints of Fuchsia #C85EC9
RGB
CMYK
RGB Variations
Color information
#C85EC9 (or 0xC85EC9) is known color: Fuchsia. HEX triplet: C8, 5E and C9. RGB value is (200,94,201). Sum of RGB (Red+Green+Blue) = 200+94+201=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #C85EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EC9 is #37A136. Grayscale: #898989. Windows color (decimal): -3645751 or 13197000. OLE color: 13197000.
HSL color Cylindrical-coordinate representation of color #C85EC9: hue angle of 299.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85EC9 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 94 | 201 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.21 |
| HSL | 299.44º | 0.5% | 0.58% | - |
| HSV(B) | 299.44º | 0.53% | 0.79% | - |
| XYZ | 38.36 | 24.5 | 57.97 | - |
| YUV | 137.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 201 | 0.00 | 0.53 | 0 | 0.21 | 299.44 | 0.5 | 0.58 |
| Hex | C8 | 5E | C9 | 0 | 35 | 0 | 15 | 12B | 32 | 3A |
| Octal | 310 | 136 | 311 | 0 | 65 | 0 | 25 | 453 | 62 | 72 |
| Binary | 11001000 | 1011110 | 11001001 | 0 | 110101 | 0 | 10101 | 100101011 | 110010 | 111010 |
Color Harmonies of #C85EC9
Complementary color
Monochromatic Colors of #C85EC9
Black with #C85EC9
Text Example
Text Example
White with #C85EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EC9; }
p { color: rgb(200,94,201); }
H1.HeaderClassName
{
color: #C85EC9;
}
.AnyTagClassName
{
color: #C85EC9;
}
</style>
background-color css
<style>
a { background-color: #C85EC9; }
a { background-color: rgb(200,94,201); }
div.DivClassName
{
background-color: #C85EC9;
}
.BgClassName
{
background-color: #C85EC9;
}
</style>
border-color css
<style>
span { border-color: #C85EC9; }
span { border-color: rgb(200,94,201); }
td.TdClassName
{
border-color: #C85EC9;
}
.TagClassName
{
border-color: #C85EC9;
}
</style>