Shades of Fuchsia #C85EC1
Tints of Fuchsia #C85EC1
RGB
CMYK
RGB Variations
Color information
#C85EC1 (or 0xC85EC1) is known color: Fuchsia. HEX triplet: C8, 5E and C1. RGB value is (200,94,193). Sum of RGB (Red+Green+Blue) = 200+94+193=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EC1 is #37A13E. Grayscale: #888888. Windows color (decimal): -3645759 or 12672712. OLE color: 12672712.
HSL color Cylindrical-coordinate representation of color #C85EC1: hue angle of 303.96º 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 #C85EC1 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 193 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.22 |
| HSL | 303.96º | 0.49% | 0.58% | - |
| HSV(B) | 303.96º | 0.53% | 0.78% | - |
| XYZ | 37.45 | 24.14 | 53.14 | - |
| YUV | 136.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 193 | 0 | 0.53 | 0.04 | 0.22 | 303.96 | 0.49 | 0.58 |
| Hex | C8 | 5E | C1 | 0 | 35 | 4 | 16 | 130 | 31 | 3A |
| Octal | 310 | 136 | 301 | 0 | 65 | 4 | 26 | 460 | 61 | 72 |
| Binary | 11001000 | 1011110 | 11000001 | 0 | 110101 | 100 | 10110 | 100110000 | 110001 | 111010 |
Color Harmonies of #C85EC1
Complementary color
Monochromatic Colors of #C85EC1
Black with #C85EC1
Text Example
Text Example
White with #C85EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EC1; }
p { color: rgb(200,94,193); }
H1.HeaderClassName
{
color: #C85EC1;
}
.AnyTagClassName
{
color: #C85EC1;
}
</style>
background-color css
<style>
a { background-color: #C85EC1; }
a { background-color: rgb(200,94,193); }
div.DivClassName
{
background-color: #C85EC1;
}
.BgClassName
{
background-color: #C85EC1;
}
</style>
border-color css
<style>
span { border-color: #C85EC1; }
span { border-color: rgb(200,94,193); }
td.TdClassName
{
border-color: #C85EC1;
}
.TagClassName
{
border-color: #C85EC1;
}
</style>