Shades of Fuchsia #C85FC5
Tints of Fuchsia #C85FC5
RGB
CMYK
RGB Variations
Color information
#C85FC5 (or 0xC85FC5) is known color: Fuchsia. HEX triplet: C8, 5F and C5. RGB value is (200,95,197). Sum of RGB (Red+Green+Blue) = 200+95+197=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FC5 is #37A03A. Grayscale: #898989. Windows color (decimal): -3645499 or 12935112. OLE color: 12935112.
HSL color Cylindrical-coordinate representation of color #C85FC5: hue angle of 301.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85FC5 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 197 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.22 |
| HSL | 301.71º | 0.49% | 0.58% | - |
| HSV(B) | 301.71º | 0.53% | 0.78% | - |
| XYZ | 37.99 | 24.5 | 55.55 | - |
| YUV | 138.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 197 | 0 | 0.52 | 0.02 | 0.22 | 301.71 | 0.49 | 0.58 |
| Hex | C8 | 5F | C5 | 0 | 34 | 2 | 16 | 12E | 31 | 3A |
| Octal | 310 | 137 | 305 | 0 | 64 | 2 | 26 | 456 | 61 | 72 |
| Binary | 11001000 | 1011111 | 11000101 | 0 | 110100 | 10 | 10110 | 100101110 | 110001 | 111010 |
Color Harmonies of #C85FC5
Complementary color
Monochromatic Colors of #C85FC5
Black with #C85FC5
Text Example
Text Example
White with #C85FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FC5; }
p { color: rgb(200,95,197); }
H1.HeaderClassName
{
color: #C85FC5;
}
.AnyTagClassName
{
color: #C85FC5;
}
</style>
background-color css
<style>
a { background-color: #C85FC5; }
a { background-color: rgb(200,95,197); }
div.DivClassName
{
background-color: #C85FC5;
}
.BgClassName
{
background-color: #C85FC5;
}
</style>
border-color css
<style>
span { border-color: #C85FC5; }
span { border-color: rgb(200,95,197); }
td.TdClassName
{
border-color: #C85FC5;
}
.TagClassName
{
border-color: #C85FC5;
}
</style>