Shades of Fuchsia #C85EC5
Tints of Fuchsia #C85EC5
RGB
CMYK
RGB Variations
Color information
#C85EC5 (or 0xC85EC5) is known color: Fuchsia. HEX triplet: C8, 5E and C5. RGB value is (200,94,197). Sum of RGB (Red+Green+Blue) = 200+94+197=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EC5 is #37A13A. Grayscale: #898989. Windows color (decimal): -3645755 or 12934856. OLE color: 12934856.
HSL color Cylindrical-coordinate representation of color #C85EC5: hue angle of 301.7º 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 #C85EC5 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 197 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.22 |
| HSL | 301.7º | 0.49% | 0.58% | - |
| HSV(B) | 301.7º | 0.53% | 0.78% | - |
| XYZ | 37.9 | 24.32 | 55.52 | - |
| YUV | 137.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 197 | 0 | 0.53 | 0.02 | 0.22 | 301.7 | 0.49 | 0.58 |
| Hex | C8 | 5E | C5 | 0 | 35 | 2 | 16 | 12E | 31 | 3A |
| Octal | 310 | 136 | 305 | 0 | 65 | 2 | 26 | 456 | 61 | 72 |
| Binary | 11001000 | 1011110 | 11000101 | 0 | 110101 | 10 | 10110 | 100101110 | 110001 | 111010 |
Color Harmonies of #C85EC5
Complementary color
Monochromatic Colors of #C85EC5
Black with #C85EC5
Text Example
Text Example
White with #C85EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EC5; }
p { color: rgb(200,94,197); }
H1.HeaderClassName
{
color: #C85EC5;
}
.AnyTagClassName
{
color: #C85EC5;
}
</style>
background-color css
<style>
a { background-color: #C85EC5; }
a { background-color: rgb(200,94,197); }
div.DivClassName
{
background-color: #C85EC5;
}
.BgClassName
{
background-color: #C85EC5;
}
</style>
border-color css
<style>
span { border-color: #C85EC5; }
span { border-color: rgb(200,94,197); }
td.TdClassName
{
border-color: #C85EC5;
}
.TagClassName
{
border-color: #C85EC5;
}
</style>