Shades of Fuchsia #C85FC6
Tints of Fuchsia #C85FC6
RGB
CMYK
RGB Variations
Color information
#C85FC6 (or 0xC85FC6) is known color: Fuchsia. HEX triplet: C8, 5F and C6. RGB value is (200,95,198). Sum of RGB (Red+Green+Blue) = 200+95+198=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FC6 is #37A039. Grayscale: #898989. Windows color (decimal): -3645498 or 13000648. OLE color: 13000648.
HSL color Cylindrical-coordinate representation of color #C85FC6: hue angle of 301.14º 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 #C85FC6 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 198 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.22 |
| HSL | 301.14º | 0.49% | 0.58% | - |
| HSV(B) | 301.14º | 0.53% | 0.78% | - |
| XYZ | 38.1 | 24.54 | 56.15 | - |
| YUV | 138.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 198 | 0 | 0.52 | 0.01 | 0.22 | 301.14 | 0.49 | 0.58 |
| Hex | C8 | 5F | C6 | 0 | 34 | 1 | 16 | 12D | 31 | 3A |
| Octal | 310 | 137 | 306 | 0 | 64 | 1 | 26 | 455 | 61 | 72 |
| Binary | 11001000 | 1011111 | 11000110 | 0 | 110100 | 1 | 10110 | 100101101 | 110001 | 111010 |
Color Harmonies of #C85FC6
Complementary color
Monochromatic Colors of #C85FC6
Black with #C85FC6
Text Example
Text Example
White with #C85FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FC6; }
p { color: rgb(200,95,198); }
H1.HeaderClassName
{
color: #C85FC6;
}
.AnyTagClassName
{
color: #C85FC6;
}
</style>
background-color css
<style>
a { background-color: #C85FC6; }
a { background-color: rgb(200,95,198); }
div.DivClassName
{
background-color: #C85FC6;
}
.BgClassName
{
background-color: #C85FC6;
}
</style>
border-color css
<style>
span { border-color: #C85FC6; }
span { border-color: rgb(200,95,198); }
td.TdClassName
{
border-color: #C85FC6;
}
.TagClassName
{
border-color: #C85FC6;
}
</style>