Shades of Fuchsia #C85EC8
Tints of Fuchsia #C85EC8
RGB
CMYK
RGB Variations
Color information
#C85EC8 (or 0xC85EC8) is known color: Fuchsia. HEX triplet: C8, 5E and C8. RGB value is (200,94,200). Sum of RGB (Red+Green+Blue) = 200+94+200=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C85EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EC8 is #37A137. Grayscale: #898989. Windows color (decimal): -3645752 or 13131464. OLE color: 13131464.
HSL color Cylindrical-coordinate representation of color #C85EC8: hue angle of 300º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85EC8 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 200 | - |
| CMYK | 0 | 0.53 | 0 | 0.22 |
| HSL | 300º | 0.49% | 0.58% | - |
| HSV(B) | 300º | 0.53% | 0.78% | - |
| XYZ | 38.25 | 24.45 | 57.35 | - |
| YUV | 137.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 200 | 0 | 0.53 | 0 | 0.22 | 300 | 0.49 | 0.58 |
| Hex | C8 | 5E | C8 | 0 | 35 | 0 | 16 | 12C | 31 | 3A |
| Octal | 310 | 136 | 310 | 0 | 65 | 0 | 26 | 454 | 61 | 72 |
| Binary | 11001000 | 1011110 | 11001000 | 0 | 110101 | 0 | 10110 | 100101100 | 110001 | 111010 |
Color Harmonies of #C85EC8
Complementary color
Monochromatic Colors of #C85EC8
Black with #C85EC8
Text Example
Text Example
White with #C85EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EC8; }
p { color: rgb(200,94,200); }
H1.HeaderClassName
{
color: #C85EC8;
}
.AnyTagClassName
{
color: #C85EC8;
}
</style>
background-color css
<style>
a { background-color: #C85EC8; }
a { background-color: rgb(200,94,200); }
div.DivClassName
{
background-color: #C85EC8;
}
.BgClassName
{
background-color: #C85EC8;
}
</style>
border-color css
<style>
span { border-color: #C85EC8; }
span { border-color: rgb(200,94,200); }
td.TdClassName
{
border-color: #C85EC8;
}
.TagClassName
{
border-color: #C85EC8;
}
</style>