Shades of Fuchsia #CE53BD
Tints of Fuchsia #CE53BD
RGB
CMYK
RGB Variations
Color information
#CE53BD (or 0xCE53BD) is known color: Fuchsia. HEX triplet: CE, 53 and BD. RGB value is (206,83,189). Sum of RGB (Red+Green+Blue) = 206+83+189=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53BD is #31AC42. Grayscale: #838383. Windows color (decimal): -3255363 or 12407758. OLE color: 12407758.
HSL color Cylindrical-coordinate representation of color #CE53BD: hue angle of 308.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE53BD is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 189 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.19 |
| HSL | 308.29º | 0.56% | 0.57% | - |
| HSV(B) | 308.29º | 0.6% | 0.81% | - |
| XYZ | 37.73 | 22.98 | 50.59 | - |
| YUV | 131.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 189 | 0 | 0.60 | 0.08 | 0.19 | 308.29 | 0.56 | 0.57 |
| Hex | CE | 53 | BD | 0 | 3C | 8 | 13 | 134 | 38 | 39 |
| Octal | 316 | 123 | 275 | 0 | 74 | 10 | 23 | 464 | 70 | 71 |
| Binary | 11001110 | 1010011 | 10111101 | 0 | 111100 | 1000 | 10011 | 100110100 | 111000 | 111001 |
Color Harmonies of #CE53BD
Complementary color
Monochromatic Colors of #CE53BD
Black with #CE53BD
Text Example
Text Example
White with #CE53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53BD; }
p { color: rgb(206,83,189); }
H1.HeaderClassName
{
color: #CE53BD;
}
.AnyTagClassName
{
color: #CE53BD;
}
</style>
background-color css
<style>
a { background-color: #CE53BD; }
a { background-color: rgb(206,83,189); }
div.DivClassName
{
background-color: #CE53BD;
}
.BgClassName
{
background-color: #CE53BD;
}
</style>
border-color css
<style>
span { border-color: #CE53BD; }
span { border-color: rgb(206,83,189); }
td.TdClassName
{
border-color: #CE53BD;
}
.TagClassName
{
border-color: #CE53BD;
}
</style>