Shades of Fuchsia #CE58CD
Tints of Fuchsia #CE58CD
RGB
CMYK
RGB Variations
Color information
#CE58CD (or 0xCE58CD) is known color: Fuchsia. HEX triplet: CE, 58 and CD. RGB value is (206,88,205). Sum of RGB (Red+Green+Blue) = 206+88+205=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58CD is #31A732. Grayscale: #888888. Windows color (decimal): -3254067 or 13457614. OLE color: 13457614.
HSL color Cylindrical-coordinate representation of color #CE58CD: hue angle of 300.51º 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 #CE58CD is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 205 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.19 |
| HSL | 300.51º | 0.55% | 0.58% | - |
| HSV(B) | 300.51º | 0.57% | 0.81% | - |
| XYZ | 39.96 | 24.51 | 60.38 | - |
| YUV | 136.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 205 | 0 | 0.57 | 0.00 | 0.19 | 300.51 | 0.55 | 0.58 |
| Hex | CE | 58 | CD | 0 | 39 | 0 | 13 | 12D | 37 | 3A |
| Octal | 316 | 130 | 315 | 0 | 71 | 0 | 23 | 455 | 67 | 72 |
| Binary | 11001110 | 1011000 | 11001101 | 0 | 111001 | 0 | 10011 | 100101101 | 110111 | 111010 |
Color Harmonies of #CE58CD
Complementary color
Monochromatic Colors of #CE58CD
Black with #CE58CD
Text Example
Text Example
White with #CE58CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58CD; }
p { color: rgb(206,88,205); }
H1.HeaderClassName
{
color: #CE58CD;
}
.AnyTagClassName
{
color: #CE58CD;
}
</style>
background-color css
<style>
a { background-color: #CE58CD; }
a { background-color: rgb(206,88,205); }
div.DivClassName
{
background-color: #CE58CD;
}
.BgClassName
{
background-color: #CE58CD;
}
</style>
border-color css
<style>
span { border-color: #CE58CD; }
span { border-color: rgb(206,88,205); }
td.TdClassName
{
border-color: #CE58CD;
}
.TagClassName
{
border-color: #CE58CD;
}
</style>