Shades of Fuchsia #C85FCE
Tints of Fuchsia #C85FCE
RGB
CMYK
RGB Variations
Color information
#C85FCE (or 0xC85FCE) is known color: Fuchsia. HEX triplet: C8, 5F and CE. RGB value is (200,95,206). Sum of RGB (Red+Green+Blue) = 200+95+206=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C85FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FCE is #37A031. Grayscale: #8A8A8A. Windows color (decimal): -3645490 or 13524936. OLE color: 13524936.
HSL color Cylindrical-coordinate representation of color #C85FCE: hue angle of 296.76º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85FCE is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 95 | 206 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.19 |
| HSL | 296.76º | 0.53% | 0.59% | - |
| HSV(B) | 296.76º | 0.54% | 0.81% | - |
| XYZ | 39.05 | 24.92 | 61.14 | - |
| YUV | 139.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 206 | 0.03 | 0.54 | 0 | 0.19 | 296.76 | 0.53 | 0.59 |
| Hex | C8 | 5F | CE | 3 | 36 | 0 | 13 | 129 | 35 | 3B |
| Octal | 310 | 137 | 316 | 3 | 66 | 0 | 23 | 451 | 65 | 73 |
| Binary | 11001000 | 1011111 | 11001110 | 11 | 110110 | 0 | 10011 | 100101001 | 110101 | 111011 |
Color Harmonies of #C85FCE
Complementary color
Monochromatic Colors of #C85FCE
Black with #C85FCE
Text Example
Text Example
White with #C85FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FCE; }
p { color: rgb(200,95,206); }
H1.HeaderClassName
{
color: #C85FCE;
}
.AnyTagClassName
{
color: #C85FCE;
}
</style>
background-color css
<style>
a { background-color: #C85FCE; }
a { background-color: rgb(200,95,206); }
div.DivClassName
{
background-color: #C85FCE;
}
.BgClassName
{
background-color: #C85FCE;
}
</style>
border-color css
<style>
span { border-color: #C85FCE; }
span { border-color: rgb(200,95,206); }
td.TdClassName
{
border-color: #C85FCE;
}
.TagClassName
{
border-color: #C85FCE;
}
</style>