Shades of Fuchsia #CE53AF
Tints of Fuchsia #CE53AF
RGB
CMYK
RGB Variations
Color information
#CE53AF (or 0xCE53AF) is known color: Fuchsia. HEX triplet: CE, 53 and AF. RGB value is (206,83,175). Sum of RGB (Red+Green+Blue) = 206+83+175=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53AF is #31AC50. Grayscale: #828282. Windows color (decimal): -3255377 or 11490254. OLE color: 11490254.
HSL color Cylindrical-coordinate representation of color #CE53AF: hue angle of 315.12º 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 #CE53AF is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 175 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.19 |
| HSL | 315.12º | 0.56% | 0.57% | - |
| HSV(B) | 315.12º | 0.6% | 0.81% | - |
| XYZ | 36.28 | 22.4 | 42.97 | - |
| YUV | 130.27 | 153.25 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 175 | 0 | 0.60 | 0.15 | 0.19 | 315.12 | 0.56 | 0.57 |
| Hex | CE | 53 | AF | 0 | 3C | F | 13 | 13B | 38 | 39 |
| Octal | 316 | 123 | 257 | 0 | 74 | 17 | 23 | 473 | 70 | 71 |
| Binary | 11001110 | 1010011 | 10101111 | 0 | 111100 | 1111 | 10011 | 100111011 | 111000 | 111001 |
Color Harmonies of #CE53AF
Complementary color
Monochromatic Colors of #CE53AF
Black with #CE53AF
Text Example
Text Example
White with #CE53AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53AF; }
p { color: rgb(206,83,175); }
H1.HeaderClassName
{
color: #CE53AF;
}
.AnyTagClassName
{
color: #CE53AF;
}
</style>
background-color css
<style>
a { background-color: #CE53AF; }
a { background-color: rgb(206,83,175); }
div.DivClassName
{
background-color: #CE53AF;
}
.BgClassName
{
background-color: #CE53AF;
}
</style>
border-color css
<style>
span { border-color: #CE53AF; }
span { border-color: rgb(206,83,175); }
td.TdClassName
{
border-color: #CE53AF;
}
.TagClassName
{
border-color: #CE53AF;
}
</style>