Shades of Fuchsia #CE53AC
Tints of Fuchsia #CE53AC
RGB
CMYK
RGB Variations
Color information
#CE53AC (or 0xCE53AC) is known color: Fuchsia. HEX triplet: CE, 53 and AC. RGB value is (206,83,172). Sum of RGB (Red+Green+Blue) = 206+83+172=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53AC is #31AC53. Grayscale: #818181. Windows color (decimal): -3255380 or 11293646. OLE color: 11293646.
HSL color Cylindrical-coordinate representation of color #CE53AC: hue angle of 316.59º 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 #CE53AC is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 172 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.19 |
| HSL | 316.59º | 0.56% | 0.57% | - |
| HSV(B) | 316.59º | 0.6% | 0.81% | - |
| XYZ | 35.99 | 22.29 | 41.43 | - |
| YUV | 129.92 | 151.75 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 172 | 0 | 0.60 | 0.17 | 0.19 | 316.59 | 0.56 | 0.57 |
| Hex | CE | 53 | AC | 0 | 3C | 11 | 13 | 13D | 38 | 39 |
| Octal | 316 | 123 | 254 | 0 | 74 | 21 | 23 | 475 | 70 | 71 |
| Binary | 11001110 | 1010011 | 10101100 | 0 | 111100 | 10001 | 10011 | 100111101 | 111000 | 111001 |
Color Harmonies of #CE53AC
Complementary color
Monochromatic Colors of #CE53AC
Black with #CE53AC
Text Example
Text Example
White with #CE53AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53AC; }
p { color: rgb(206,83,172); }
H1.HeaderClassName
{
color: #CE53AC;
}
.AnyTagClassName
{
color: #CE53AC;
}
</style>
background-color css
<style>
a { background-color: #CE53AC; }
a { background-color: rgb(206,83,172); }
div.DivClassName
{
background-color: #CE53AC;
}
.BgClassName
{
background-color: #CE53AC;
}
</style>
border-color css
<style>
span { border-color: #CE53AC; }
span { border-color: rgb(206,83,172); }
td.TdClassName
{
border-color: #CE53AC;
}
.TagClassName
{
border-color: #CE53AC;
}
</style>