Shades of Fuchsia #CE53C1
Tints of Fuchsia #CE53C1
RGB
CMYK
RGB Variations
Color information
#CE53C1 (or 0xCE53C1) is known color: Fuchsia. HEX triplet: CE, 53 and C1. RGB value is (206,83,193). Sum of RGB (Red+Green+Blue) = 206+83+193=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53C1 is #31AC3E. Grayscale: #848484. Windows color (decimal): -3255359 or 12669902. OLE color: 12669902.
HSL color Cylindrical-coordinate representation of color #CE53C1: hue angle of 306.34º 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 #CE53C1 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 193 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.19 |
| HSL | 306.34º | 0.56% | 0.57% | - |
| HSV(B) | 306.34º | 0.6% | 0.81% | - |
| XYZ | 38.17 | 23.16 | 52.91 | - |
| YUV | 132.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 193 | 0 | 0.60 | 0.06 | 0.19 | 306.34 | 0.56 | 0.57 |
| Hex | CE | 53 | C1 | 0 | 3C | 6 | 13 | 132 | 38 | 39 |
| Octal | 316 | 123 | 301 | 0 | 74 | 6 | 23 | 462 | 70 | 71 |
| Binary | 11001110 | 1010011 | 11000001 | 0 | 111100 | 110 | 10011 | 100110010 | 111000 | 111001 |
Color Harmonies of #CE53C1
Complementary color
Monochromatic Colors of #CE53C1
Black with #CE53C1
Text Example
Text Example
White with #CE53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53C1; }
p { color: rgb(206,83,193); }
H1.HeaderClassName
{
color: #CE53C1;
}
.AnyTagClassName
{
color: #CE53C1;
}
</style>
background-color css
<style>
a { background-color: #CE53C1; }
a { background-color: rgb(206,83,193); }
div.DivClassName
{
background-color: #CE53C1;
}
.BgClassName
{
background-color: #CE53C1;
}
</style>
border-color css
<style>
span { border-color: #CE53C1; }
span { border-color: rgb(206,83,193); }
td.TdClassName
{
border-color: #CE53C1;
}
.TagClassName
{
border-color: #CE53C1;
}
</style>