Shades of Fuchsia #C85CC5
Tints of Fuchsia #C85CC5
RGB
CMYK
RGB Variations
Color information
#C85CC5 (or 0xC85CC5) is known color: Fuchsia. HEX triplet: C8, 5C and C5. RGB value is (200,92,197). Sum of RGB (Red+Green+Blue) = 200+92+197=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CC5 is #37A33A. Grayscale: #878787. Windows color (decimal): -3646267 or 12934344. OLE color: 12934344.
HSL color Cylindrical-coordinate representation of color #C85CC5: hue angle of 301.67º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85CC5 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 197 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.22 |
| HSL | 301.67º | 0.5% | 0.57% | - |
| HSV(B) | 301.67º | 0.54% | 0.78% | - |
| XYZ | 37.72 | 23.96 | 55.46 | - |
| YUV | 136.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 197 | 0 | 0.54 | 0.02 | 0.22 | 301.67 | 0.5 | 0.57 |
| Hex | C8 | 5C | C5 | 0 | 36 | 2 | 16 | 12E | 32 | 39 |
| Octal | 310 | 134 | 305 | 0 | 66 | 2 | 26 | 456 | 62 | 71 |
| Binary | 11001000 | 1011100 | 11000101 | 0 | 110110 | 10 | 10110 | 100101110 | 110010 | 111001 |
Color Harmonies of #C85CC5
Complementary color
Monochromatic Colors of #C85CC5
Black with #C85CC5
Text Example
Text Example
White with #C85CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CC5; }
p { color: rgb(200,92,197); }
H1.HeaderClassName
{
color: #C85CC5;
}
.AnyTagClassName
{
color: #C85CC5;
}
</style>
background-color css
<style>
a { background-color: #C85CC5; }
a { background-color: rgb(200,92,197); }
div.DivClassName
{
background-color: #C85CC5;
}
.BgClassName
{
background-color: #C85CC5;
}
</style>
border-color css
<style>
span { border-color: #C85CC5; }
span { border-color: rgb(200,92,197); }
td.TdClassName
{
border-color: #C85CC5;
}
.TagClassName
{
border-color: #C85CC5;
}
</style>