Shades of Fuchsia #CE58BD
Tints of Fuchsia #CE58BD
RGB
CMYK
RGB Variations
Color information
#CE58BD (or 0xCE58BD) is known color: Fuchsia. HEX triplet: CE, 58 and BD. RGB value is (206,88,189). Sum of RGB (Red+Green+Blue) = 206+88+189=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58BD is #31A742. Grayscale: #868686. Windows color (decimal): -3254083 or 12409038. OLE color: 12409038.
HSL color Cylindrical-coordinate representation of color #CE58BD: hue angle of 308.64º 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 #CE58BD is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 189 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.19 |
| HSL | 308.64º | 0.55% | 0.58% | - |
| HSV(B) | 308.64º | 0.57% | 0.81% | - |
| XYZ | 38.13 | 23.78 | 50.72 | - |
| YUV | 134.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 189 | 0 | 0.57 | 0.08 | 0.19 | 308.64 | 0.55 | 0.58 |
| Hex | CE | 58 | BD | 0 | 39 | 8 | 13 | 135 | 37 | 3A |
| Octal | 316 | 130 | 275 | 0 | 71 | 10 | 23 | 465 | 67 | 72 |
| Binary | 11001110 | 1011000 | 10111101 | 0 | 111001 | 1000 | 10011 | 100110101 | 110111 | 111010 |
Color Harmonies of #CE58BD
Complementary color
Monochromatic Colors of #CE58BD
Black with #CE58BD
Text Example
Text Example
White with #CE58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58BD; }
p { color: rgb(206,88,189); }
H1.HeaderClassName
{
color: #CE58BD;
}
.AnyTagClassName
{
color: #CE58BD;
}
</style>
background-color css
<style>
a { background-color: #CE58BD; }
a { background-color: rgb(206,88,189); }
div.DivClassName
{
background-color: #CE58BD;
}
.BgClassName
{
background-color: #CE58BD;
}
</style>
border-color css
<style>
span { border-color: #CE58BD; }
span { border-color: rgb(206,88,189); }
td.TdClassName
{
border-color: #CE58BD;
}
.TagClassName
{
border-color: #CE58BD;
}
</style>