Shades of Fuchsia #CE36AC
Tints of Fuchsia #CE36AC
RGB
CMYK
RGB Variations
Color information
#CE36AC (or 0xCE36AC) is known color: Fuchsia. HEX triplet: CE, 36 and AC. RGB value is (206,54,172). Sum of RGB (Red+Green+Blue) = 206+54+172=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE36AC is #31C953. Grayscale: #707070. Windows color (decimal): -3262804 or 11286222. OLE color: 11286222.
HSL color Cylindrical-coordinate representation of color #CE36AC: hue angle of 313.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE36AC is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 172 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.19 |
| HSL | 313.42º | 0.61% | 0.51% | - |
| HSV(B) | 313.42º | 0.74% | 0.81% | - |
| XYZ | 34.22 | 18.74 | 40.84 | - |
| YUV | 112.9 | 161.36 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 172 | 0 | 0.74 | 0.17 | 0.19 | 313.42 | 0.61 | 0.51 |
| Hex | CE | 36 | AC | 0 | 4A | 11 | 13 | 139 | 3D | 33 |
| Octal | 316 | 66 | 254 | 0 | 112 | 21 | 23 | 471 | 75 | 63 |
| Binary | 11001110 | 110110 | 10101100 | 0 | 1001010 | 10001 | 10011 | 100111001 | 111101 | 110011 |
Color Harmonies of #CE36AC
Complementary color
Monochromatic Colors of #CE36AC
Black with #CE36AC
Text Example
Text Example
White with #CE36AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36AC; }
p { color: rgb(206,54,172); }
H1.HeaderClassName
{
color: #CE36AC;
}
.AnyTagClassName
{
color: #CE36AC;
}
</style>
background-color css
<style>
a { background-color: #CE36AC; }
a { background-color: rgb(206,54,172); }
div.DivClassName
{
background-color: #CE36AC;
}
.BgClassName
{
background-color: #CE36AC;
}
</style>
border-color css
<style>
span { border-color: #CE36AC; }
span { border-color: rgb(206,54,172); }
td.TdClassName
{
border-color: #CE36AC;
}
.TagClassName
{
border-color: #CE36AC;
}
</style>