Shades of Fuchsia #CE58C5
Tints of Fuchsia #CE58C5
RGB
CMYK
RGB Variations
Color information
#CE58C5 (or 0xCE58C5) is known color: Fuchsia. HEX triplet: CE, 58 and C5. RGB value is (206,88,197). Sum of RGB (Red+Green+Blue) = 206+88+197=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58C5 is #31A73A. Grayscale: #878787. Windows color (decimal): -3254075 or 12933326. OLE color: 12933326.
HSL color Cylindrical-coordinate representation of color #CE58C5: hue angle of 304.58º 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 #CE58C5 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 197 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.19 |
| HSL | 304.58º | 0.55% | 0.58% | - |
| HSV(B) | 304.58º | 0.57% | 0.81% | - |
| XYZ | 39.02 | 24.13 | 55.42 | - |
| YUV | 135.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 197 | 0 | 0.57 | 0.04 | 0.19 | 304.58 | 0.55 | 0.58 |
| Hex | CE | 58 | C5 | 0 | 39 | 4 | 13 | 131 | 37 | 3A |
| Octal | 316 | 130 | 305 | 0 | 71 | 4 | 23 | 461 | 67 | 72 |
| Binary | 11001110 | 1011000 | 11000101 | 0 | 111001 | 100 | 10011 | 100110001 | 110111 | 111010 |
Color Harmonies of #CE58C5
Complementary color
Monochromatic Colors of #CE58C5
Black with #CE58C5
Text Example
Text Example
White with #CE58C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58C5; }
p { color: rgb(206,88,197); }
H1.HeaderClassName
{
color: #CE58C5;
}
.AnyTagClassName
{
color: #CE58C5;
}
</style>
background-color css
<style>
a { background-color: #CE58C5; }
a { background-color: rgb(206,88,197); }
div.DivClassName
{
background-color: #CE58C5;
}
.BgClassName
{
background-color: #CE58C5;
}
</style>
border-color css
<style>
span { border-color: #CE58C5; }
span { border-color: rgb(206,88,197); }
td.TdClassName
{
border-color: #CE58C5;
}
.TagClassName
{
border-color: #CE58C5;
}
</style>