Shades of Fuchsia #CE58CF
Tints of Fuchsia #CE58CF
RGB
CMYK
RGB Variations
Color information
#CE58CF (or 0xCE58CF) is known color: Fuchsia. HEX triplet: CE, 58 and CF. RGB value is (206,88,207). Sum of RGB (Red+Green+Blue) = 206+88+207=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE58CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58CF is #31A730. Grayscale: #888888. Windows color (decimal): -3254065 or 13588686. OLE color: 13588686.
HSL color Cylindrical-coordinate representation of color #CE58CF: hue angle of 299.5º 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 #CE58CF is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 207 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.19 |
| HSL | 299.5º | 0.55% | 0.58% | - |
| HSV(B) | 299.5º | 0.57% | 0.81% | - |
| XYZ | 40.21 | 24.61 | 61.66 | - |
| YUV | 136.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 207 | 0.00 | 0.57 | 0 | 0.19 | 299.5 | 0.55 | 0.58 |
| Hex | CE | 58 | CF | 0 | 39 | 0 | 13 | 12B | 37 | 3A |
| Octal | 316 | 130 | 317 | 0 | 71 | 0 | 23 | 453 | 67 | 72 |
| Binary | 11001110 | 1011000 | 11001111 | 0 | 111001 | 0 | 10011 | 100101011 | 110111 | 111010 |
Color Harmonies of #CE58CF
Complementary color
Monochromatic Colors of #CE58CF
Black with #CE58CF
Text Example
Text Example
White with #CE58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58CF; }
p { color: rgb(206,88,207); }
H1.HeaderClassName
{
color: #CE58CF;
}
.AnyTagClassName
{
color: #CE58CF;
}
</style>
background-color css
<style>
a { background-color: #CE58CF; }
a { background-color: rgb(206,88,207); }
div.DivClassName
{
background-color: #CE58CF;
}
.BgClassName
{
background-color: #CE58CF;
}
</style>
border-color css
<style>
span { border-color: #CE58CF; }
span { border-color: rgb(206,88,207); }
td.TdClassName
{
border-color: #CE58CF;
}
.TagClassName
{
border-color: #CE58CF;
}
</style>