Shades of Fuchsia #CE39AD
Tints of Fuchsia #CE39AD
RGB
CMYK
RGB Variations
Color information
#CE39AD (or 0xCE39AD) is known color: Fuchsia. HEX triplet: CE, 39 and AD. RGB value is (206,57,173). Sum of RGB (Red+Green+Blue) = 206+57+173=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE39AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE39AD is #31C652. Grayscale: #727272. Windows color (decimal): -3262035 or 11352526. OLE color: 11352526.
HSL color Cylindrical-coordinate representation of color #CE39AD: hue angle of 313.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE39AD is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 173 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.19 |
| HSL | 313.29º | 0.6% | 0.52% | - |
| HSV(B) | 313.29º | 0.72% | 0.81% | - |
| XYZ | 34.46 | 19.07 | 41.4 | - |
| YUV | 114.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 173 | 0 | 0.72 | 0.16 | 0.19 | 313.29 | 0.6 | 0.52 |
| Hex | CE | 39 | AD | 0 | 48 | 10 | 13 | 139 | 3C | 34 |
| Octal | 316 | 71 | 255 | 0 | 110 | 20 | 23 | 471 | 74 | 64 |
| Binary | 11001110 | 111001 | 10101101 | 0 | 1001000 | 10000 | 10011 | 100111001 | 111100 | 110100 |
Color Harmonies of #CE39AD
Complementary color
Monochromatic Colors of #CE39AD
Black with #CE39AD
Text Example
Text Example
White with #CE39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39AD; }
p { color: rgb(206,57,173); }
H1.HeaderClassName
{
color: #CE39AD;
}
.AnyTagClassName
{
color: #CE39AD;
}
</style>
background-color css
<style>
a { background-color: #CE39AD; }
a { background-color: rgb(206,57,173); }
div.DivClassName
{
background-color: #CE39AD;
}
.BgClassName
{
background-color: #CE39AD;
}
</style>
border-color css
<style>
span { border-color: #CE39AD; }
span { border-color: rgb(206,57,173); }
td.TdClassName
{
border-color: #CE39AD;
}
.TagClassName
{
border-color: #CE39AD;
}
</style>