Shades of Fuchsia #CE58C2
Tints of Fuchsia #CE58C2
RGB
CMYK
RGB Variations
Color information
#CE58C2 (or 0xCE58C2) is known color: Fuchsia. HEX triplet: CE, 58 and C2. RGB value is (206,88,194). Sum of RGB (Red+Green+Blue) = 206+88+194=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58C2 is #31A73D. Grayscale: #878787. Windows color (decimal): -3254078 or 12736718. OLE color: 12736718.
HSL color Cylindrical-coordinate representation of color #CE58C2: hue angle of 306.1º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE58C2 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 194 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.19 |
| HSL | 306.1º | 0.55% | 0.58% | - |
| HSV(B) | 306.1º | 0.57% | 0.81% | - |
| XYZ | 38.68 | 24 | 53.63 | - |
| YUV | 135.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 194 | 0 | 0.57 | 0.06 | 0.19 | 306.1 | 0.55 | 0.58 |
| Hex | CE | 58 | C2 | 0 | 39 | 6 | 13 | 132 | 37 | 3A |
| Octal | 316 | 130 | 302 | 0 | 71 | 6 | 23 | 462 | 67 | 72 |
| Binary | 11001110 | 1011000 | 11000010 | 0 | 111001 | 110 | 10011 | 100110010 | 110111 | 111010 |
Color Harmonies of #CE58C2
Complementary color
Monochromatic Colors of #CE58C2
Black with #CE58C2
Text Example
Text Example
White with #CE58C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58C2; }
p { color: rgb(206,88,194); }
H1.HeaderClassName
{
color: #CE58C2;
}
.AnyTagClassName
{
color: #CE58C2;
}
</style>
background-color css
<style>
a { background-color: #CE58C2; }
a { background-color: rgb(206,88,194); }
div.DivClassName
{
background-color: #CE58C2;
}
.BgClassName
{
background-color: #CE58C2;
}
</style>
border-color css
<style>
span { border-color: #CE58C2; }
span { border-color: rgb(206,88,194); }
td.TdClassName
{
border-color: #CE58C2;
}
.TagClassName
{
border-color: #CE58C2;
}
</style>