Shades of Fuchsia #CE53C9
Tints of Fuchsia #CE53C9
RGB
CMYK
RGB Variations
Color information
#CE53C9 (or 0xCE53C9) is known color: Fuchsia. HEX triplet: CE, 53 and C9. RGB value is (206,83,201). Sum of RGB (Red+Green+Blue) = 206+83+201=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53C9 is #31AC36. Grayscale: #848484. Windows color (decimal): -3255351 or 13194190. OLE color: 13194190.
HSL color Cylindrical-coordinate representation of color #CE53C9: hue angle of 302.44º 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 #CE53C9 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 201 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.19 |
| HSL | 302.44º | 0.56% | 0.57% | - |
| HSV(B) | 302.44º | 0.6% | 0.81% | - |
| XYZ | 39.09 | 23.53 | 57.74 | - |
| YUV | 133.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 201 | 0 | 0.60 | 0.02 | 0.19 | 302.44 | 0.56 | 0.57 |
| Hex | CE | 53 | C9 | 0 | 3C | 2 | 13 | 12E | 38 | 39 |
| Octal | 316 | 123 | 311 | 0 | 74 | 2 | 23 | 456 | 70 | 71 |
| Binary | 11001110 | 1010011 | 11001001 | 0 | 111100 | 10 | 10011 | 100101110 | 111000 | 111001 |
Color Harmonies of #CE53C9
Complementary color
Monochromatic Colors of #CE53C9
Black with #CE53C9
Text Example
Text Example
White with #CE53C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53C9; }
p { color: rgb(206,83,201); }
H1.HeaderClassName
{
color: #CE53C9;
}
.AnyTagClassName
{
color: #CE53C9;
}
</style>
background-color css
<style>
a { background-color: #CE53C9; }
a { background-color: rgb(206,83,201); }
div.DivClassName
{
background-color: #CE53C9;
}
.BgClassName
{
background-color: #CE53C9;
}
</style>
border-color css
<style>
span { border-color: #CE53C9; }
span { border-color: rgb(206,83,201); }
td.TdClassName
{
border-color: #CE53C9;
}
.TagClassName
{
border-color: #CE53C9;
}
</style>