Shades of Fuchsia #C85ECC
Tints of Fuchsia #C85ECC
RGB
CMYK
RGB Variations
Color information
#C85ECC (or 0xC85ECC) is known color: Fuchsia. HEX triplet: C8, 5E and CC. RGB value is (200,94,204). Sum of RGB (Red+Green+Blue) = 200+94+204=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #C85ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ECC is #37A133. Grayscale: #898989. Windows color (decimal): -3645748 or 13393608. OLE color: 13393608.
HSL color Cylindrical-coordinate representation of color #C85ECC: hue angle of 297.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85ECC is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 94 | 204 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.2 |
| HSL | 297.82º | 0.52% | 0.58% | - |
| HSV(B) | 297.82º | 0.54% | 0.8% | - |
| XYZ | 38.72 | 24.64 | 59.84 | - |
| YUV | 138.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 204 | 0.02 | 0.54 | 0 | 0.2 | 297.82 | 0.52 | 0.58 |
| Hex | C8 | 5E | CC | 2 | 36 | 0 | 14 | 12A | 34 | 3A |
| Octal | 310 | 136 | 314 | 2 | 66 | 0 | 24 | 452 | 64 | 72 |
| Binary | 11001000 | 1011110 | 11001100 | 10 | 110110 | 0 | 10100 | 100101010 | 110100 | 111010 |
Color Harmonies of #C85ECC
Complementary color
Monochromatic Colors of #C85ECC
Black with #C85ECC
Text Example
Text Example
White with #C85ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85ECC; }
p { color: rgb(200,94,204); }
H1.HeaderClassName
{
color: #C85ECC;
}
.AnyTagClassName
{
color: #C85ECC;
}
</style>
background-color css
<style>
a { background-color: #C85ECC; }
a { background-color: rgb(200,94,204); }
div.DivClassName
{
background-color: #C85ECC;
}
.BgClassName
{
background-color: #C85ECC;
}
</style>
border-color css
<style>
span { border-color: #C85ECC; }
span { border-color: rgb(200,94,204); }
td.TdClassName
{
border-color: #C85ECC;
}
.TagClassName
{
border-color: #C85ECC;
}
</style>