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