Shades of Fuchsia #CE58C0
Tints of Fuchsia #CE58C0
RGB
CMYK
RGB Variations
Color information
#CE58C0 (or 0xCE58C0) is known color: Fuchsia. HEX triplet: CE, 58 and C0. RGB value is (206,88,192). Sum of RGB (Red+Green+Blue) = 206+88+192=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58C0 is #31A73F. Grayscale: #868686. Windows color (decimal): -3254080 or 12605646. OLE color: 12605646.
HSL color Cylindrical-coordinate representation of color #CE58C0: hue angle of 307.12º 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 #CE58C0 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 192 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.19 |
| HSL | 307.12º | 0.55% | 0.58% | - |
| HSV(B) | 307.12º | 0.57% | 0.81% | - |
| XYZ | 38.46 | 23.91 | 52.46 | - |
| YUV | 135.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 192 | 0 | 0.57 | 0.07 | 0.19 | 307.12 | 0.55 | 0.58 |
| Hex | CE | 58 | C0 | 0 | 39 | 7 | 13 | 133 | 37 | 3A |
| Octal | 316 | 130 | 300 | 0 | 71 | 7 | 23 | 463 | 67 | 72 |
| Binary | 11001110 | 1011000 | 11000000 | 0 | 111001 | 111 | 10011 | 100110011 | 110111 | 111010 |
Color Harmonies of #CE58C0
Complementary color
Monochromatic Colors of #CE58C0
Black with #CE58C0
Text Example
Text Example
White with #CE58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58C0; }
p { color: rgb(206,88,192); }
H1.HeaderClassName
{
color: #CE58C0;
}
.AnyTagClassName
{
color: #CE58C0;
}
</style>
background-color css
<style>
a { background-color: #CE58C0; }
a { background-color: rgb(206,88,192); }
div.DivClassName
{
background-color: #CE58C0;
}
.BgClassName
{
background-color: #CE58C0;
}
</style>
border-color css
<style>
span { border-color: #CE58C0; }
span { border-color: rgb(206,88,192); }
td.TdClassName
{
border-color: #CE58C0;
}
.TagClassName
{
border-color: #CE58C0;
}
</style>