Shades of Fuchsia #CE36AD
Tints of Fuchsia #CE36AD
RGB
CMYK
RGB Variations
Color information
#CE36AD (or 0xCE36AD) is known color: Fuchsia. HEX triplet: CE, 36 and AD. RGB value is (206,54,173). Sum of RGB (Red+Green+Blue) = 206+54+173=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE36AD is #31C952. Grayscale: #707070. Windows color (decimal): -3262803 or 11351758. OLE color: 11351758.
HSL color Cylindrical-coordinate representation of color #CE36AD: hue angle of 313.03º 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 #CE36AD is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 173 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.19 |
| HSL | 313.03º | 0.61% | 0.51% | - |
| HSV(B) | 313.03º | 0.74% | 0.81% | - |
| XYZ | 34.32 | 18.78 | 41.35 | - |
| YUV | 113.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 173 | 0 | 0.74 | 0.16 | 0.19 | 313.03 | 0.61 | 0.51 |
| Hex | CE | 36 | AD | 0 | 4A | 10 | 13 | 139 | 3D | 33 |
| Octal | 316 | 66 | 255 | 0 | 112 | 20 | 23 | 471 | 75 | 63 |
| Binary | 11001110 | 110110 | 10101101 | 0 | 1001010 | 10000 | 10011 | 100111001 | 111101 | 110011 |
Color Harmonies of #CE36AD
Complementary color
Monochromatic Colors of #CE36AD
Black with #CE36AD
Text Example
Text Example
White with #CE36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36AD; }
p { color: rgb(206,54,173); }
H1.HeaderClassName
{
color: #CE36AD;
}
.AnyTagClassName
{
color: #CE36AD;
}
</style>
background-color css
<style>
a { background-color: #CE36AD; }
a { background-color: rgb(206,54,173); }
div.DivClassName
{
background-color: #CE36AD;
}
.BgClassName
{
background-color: #CE36AD;
}
</style>
border-color css
<style>
span { border-color: #CE36AD; }
span { border-color: rgb(206,54,173); }
td.TdClassName
{
border-color: #CE36AD;
}
.TagClassName
{
border-color: #CE36AD;
}
</style>