Shades of Fuchsia #C85DCC
Tints of Fuchsia #C85DCC
RGB
CMYK
RGB Variations
Color information
#C85DCC (or 0xC85DCC) is known color: Fuchsia. HEX triplet: C8, 5D and CC. RGB value is (200,93,204). Sum of RGB (Red+Green+Blue) = 200+93+204=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #C85DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85DCC is #37A233. Grayscale: #898989. Windows color (decimal): -3646004 or 13393352. OLE color: 13393352.
HSL color Cylindrical-coordinate representation of color #C85DCC: hue angle of 297.84º 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 #C85DCC is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 93 | 204 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.2 |
| HSL | 297.84º | 0.52% | 0.58% | - |
| HSV(B) | 297.84º | 0.54% | 0.8% | - |
| XYZ | 38.63 | 24.47 | 59.81 | - |
| YUV | 137.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 204 | 0.02 | 0.54 | 0 | 0.2 | 297.84 | 0.52 | 0.58 |
| Hex | C8 | 5D | CC | 2 | 36 | 0 | 14 | 12A | 34 | 3A |
| Octal | 310 | 135 | 314 | 2 | 66 | 0 | 24 | 452 | 64 | 72 |
| Binary | 11001000 | 1011101 | 11001100 | 10 | 110110 | 0 | 10100 | 100101010 | 110100 | 111010 |
Color Harmonies of #C85DCC
Complementary color
Monochromatic Colors of #C85DCC
Black with #C85DCC
Text Example
Text Example
White with #C85DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DCC; }
p { color: rgb(200,93,204); }
H1.HeaderClassName
{
color: #C85DCC;
}
.AnyTagClassName
{
color: #C85DCC;
}
</style>
background-color css
<style>
a { background-color: #C85DCC; }
a { background-color: rgb(200,93,204); }
div.DivClassName
{
background-color: #C85DCC;
}
.BgClassName
{
background-color: #C85DCC;
}
</style>
border-color css
<style>
span { border-color: #C85DCC; }
span { border-color: rgb(200,93,204); }
td.TdClassName
{
border-color: #C85DCC;
}
.TagClassName
{
border-color: #C85DCC;
}
</style>