Shades of Fuchsia #CE53BC
Tints of Fuchsia #CE53BC
RGB
CMYK
RGB Variations
Color information
#CE53BC (or 0xCE53BC) is known color: Fuchsia. HEX triplet: CE, 53 and BC. RGB value is (206,83,188). Sum of RGB (Red+Green+Blue) = 206+83+188=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53BC is #31AC43. Grayscale: #838383. Windows color (decimal): -3255364 or 12342222. OLE color: 12342222.
HSL color Cylindrical-coordinate representation of color #CE53BC: hue angle of 308.78º 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 #CE53BC is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 188 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.19 |
| HSL | 308.78º | 0.56% | 0.57% | - |
| HSV(B) | 308.78º | 0.6% | 0.81% | - |
| XYZ | 37.62 | 22.94 | 50.02 | - |
| YUV | 131.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 188 | 0 | 0.60 | 0.09 | 0.19 | 308.78 | 0.56 | 0.57 |
| Hex | CE | 53 | BC | 0 | 3C | 9 | 13 | 135 | 38 | 39 |
| Octal | 316 | 123 | 274 | 0 | 74 | 11 | 23 | 465 | 70 | 71 |
| Binary | 11001110 | 1010011 | 10111100 | 0 | 111100 | 1001 | 10011 | 100110101 | 111000 | 111001 |
Color Harmonies of #CE53BC
Complementary color
Monochromatic Colors of #CE53BC
Black with #CE53BC
Text Example
Text Example
White with #CE53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53BC; }
p { color: rgb(206,83,188); }
H1.HeaderClassName
{
color: #CE53BC;
}
.AnyTagClassName
{
color: #CE53BC;
}
</style>
background-color css
<style>
a { background-color: #CE53BC; }
a { background-color: rgb(206,83,188); }
div.DivClassName
{
background-color: #CE53BC;
}
.BgClassName
{
background-color: #CE53BC;
}
</style>
border-color css
<style>
span { border-color: #CE53BC; }
span { border-color: rgb(206,83,188); }
td.TdClassName
{
border-color: #CE53BC;
}
.TagClassName
{
border-color: #CE53BC;
}
</style>