Shades of Fuchsia #C85BCC
Tints of Fuchsia #C85BCC
RGB
CMYK
RGB Variations
Color information
#C85BCC (or 0xC85BCC) is known color: Fuchsia. HEX triplet: C8, 5B and CC. RGB value is (200,91,204). Sum of RGB (Red+Green+Blue) = 200+91+204=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C85BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BCC is #37A433. Grayscale: #888888. Windows color (decimal): -3646516 or 13392840. OLE color: 13392840.
HSL color Cylindrical-coordinate representation of color #C85BCC: hue angle of 297.88º degrees, saturation: 0.53, 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 #C85BCC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 91 | 204 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.2 |
| HSL | 297.88º | 0.53% | 0.58% | - |
| HSV(B) | 297.88º | 0.55% | 0.8% | - |
| XYZ | 38.46 | 24.12 | 59.76 | - |
| YUV | 136.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 91 | 204 | 0.02 | 0.55 | 0 | 0.2 | 297.88 | 0.53 | 0.58 |
| Hex | C8 | 5B | CC | 2 | 37 | 0 | 14 | 12A | 35 | 3A |
| Octal | 310 | 133 | 314 | 2 | 67 | 0 | 24 | 452 | 65 | 72 |
| Binary | 11001000 | 1011011 | 11001100 | 10 | 110111 | 0 | 10100 | 100101010 | 110101 | 111010 |
Color Harmonies of #C85BCC
Complementary color
Monochromatic Colors of #C85BCC
Black with #C85BCC
Text Example
Text Example
White with #C85BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85BCC; }
p { color: rgb(200,91,204); }
H1.HeaderClassName
{
color: #C85BCC;
}
.AnyTagClassName
{
color: #C85BCC;
}
</style>
background-color css
<style>
a { background-color: #C85BCC; }
a { background-color: rgb(200,91,204); }
div.DivClassName
{
background-color: #C85BCC;
}
.BgClassName
{
background-color: #C85BCC;
}
</style>
border-color css
<style>
span { border-color: #C85BCC; }
span { border-color: rgb(200,91,204); }
td.TdClassName
{
border-color: #C85BCC;
}
.TagClassName
{
border-color: #C85BCC;
}
</style>