Shades of Fuchsia #C85CCC
Tints of Fuchsia #C85CCC
RGB
CMYK
RGB Variations
Color information
#C85CCC (or 0xC85CCC) is known color: Fuchsia. HEX triplet: C8, 5C and CC. RGB value is (200,92,204). Sum of RGB (Red+Green+Blue) = 200+92+204=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #C85CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CCC is #37A333. Grayscale: #888888. Windows color (decimal): -3646260 or 13393096. OLE color: 13393096.
HSL color Cylindrical-coordinate representation of color #C85CCC: hue angle of 297.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85CCC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 92 | 204 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.2 |
| HSL | 297.86º | 0.52% | 0.58% | - |
| HSV(B) | 297.86º | 0.55% | 0.8% | - |
| XYZ | 38.55 | 24.29 | 59.78 | - |
| YUV | 137.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 204 | 0.02 | 0.55 | 0 | 0.2 | 297.86 | 0.52 | 0.58 |
| Hex | C8 | 5C | CC | 2 | 37 | 0 | 14 | 12A | 34 | 3A |
| Octal | 310 | 134 | 314 | 2 | 67 | 0 | 24 | 452 | 64 | 72 |
| Binary | 11001000 | 1011100 | 11001100 | 10 | 110111 | 0 | 10100 | 100101010 | 110100 | 111010 |
Color Harmonies of #C85CCC
Complementary color
Monochromatic Colors of #C85CCC
Black with #C85CCC
Text Example
Text Example
White with #C85CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CCC; }
p { color: rgb(200,92,204); }
H1.HeaderClassName
{
color: #C85CCC;
}
.AnyTagClassName
{
color: #C85CCC;
}
</style>
background-color css
<style>
a { background-color: #C85CCC; }
a { background-color: rgb(200,92,204); }
div.DivClassName
{
background-color: #C85CCC;
}
.BgClassName
{
background-color: #C85CCC;
}
</style>
border-color css
<style>
span { border-color: #C85CCC; }
span { border-color: rgb(200,92,204); }
td.TdClassName
{
border-color: #C85CCC;
}
.TagClassName
{
border-color: #C85CCC;
}
</style>