Shades of Fuchsia #CE53CE
Tints of Fuchsia #CE53CE
RGB
CMYK
RGB Variations
Color information
#CE53CE (or 0xCE53CE) is known color: Fuchsia. HEX triplet: CE, 53 and CE. RGB value is (206,83,206). Sum of RGB (Red+Green+Blue) = 206+83+206=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53CE is #31AC31. Grayscale: #858585. Windows color (decimal): -3255346 or 13521870. OLE color: 13521870.
HSL color Cylindrical-coordinate representation of color #CE53CE: hue angle of 300º 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 #CE53CE is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 206 | - |
| CMYK | 0 | 0.60 | 0 | 0.19 |
| HSL | 300º | 0.56% | 0.57% | - |
| HSV(B) | 300º | 0.6% | 0.81% | - |
| XYZ | 39.69 | 23.76 | 60.89 | - |
| YUV | 133.8 | 168.75 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 206 | 0 | 0.60 | 0 | 0.19 | 300 | 0.56 | 0.57 |
| Hex | CE | 53 | CE | 0 | 3C | 0 | 13 | 12C | 38 | 39 |
| Octal | 316 | 123 | 316 | 0 | 74 | 0 | 23 | 454 | 70 | 71 |
| Binary | 11001110 | 1010011 | 11001110 | 0 | 111100 | 0 | 10011 | 100101100 | 111000 | 111001 |
Color Harmonies of #CE53CE
Complementary color
Monochromatic Colors of #CE53CE
Black with #CE53CE
Text Example
Text Example
White with #CE53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53CE; }
p { color: rgb(206,83,206); }
H1.HeaderClassName
{
color: #CE53CE;
}
.AnyTagClassName
{
color: #CE53CE;
}
</style>
background-color css
<style>
a { background-color: #CE53CE; }
a { background-color: rgb(206,83,206); }
div.DivClassName
{
background-color: #CE53CE;
}
.BgClassName
{
background-color: #CE53CE;
}
</style>
border-color css
<style>
span { border-color: #CE53CE; }
span { border-color: rgb(206,83,206); }
td.TdClassName
{
border-color: #CE53CE;
}
.TagClassName
{
border-color: #CE53CE;
}
</style>