Shades of Fuchsia #CE36B9
Tints of Fuchsia #CE36B9
RGB
CMYK
RGB Variations
Color information
#CE36B9 (or 0xCE36B9) is known color: Fuchsia. HEX triplet: CE, 36 and B9. RGB value is (206,54,185). Sum of RGB (Red+Green+Blue) = 206+54+185=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36B9 is #31C946. Grayscale: #727272. Windows color (decimal): -3262791 or 12138190. OLE color: 12138190.
HSL color Cylindrical-coordinate representation of color #CE36B9: hue angle of 308.29º 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 #CE36B9 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 185 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.19 |
| HSL | 308.29º | 0.61% | 0.51% | - |
| HSV(B) | 308.29º | 0.74% | 0.81% | - |
| XYZ | 35.53 | 19.26 | 47.74 | - |
| YUV | 114.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 185 | 0 | 0.74 | 0.10 | 0.19 | 308.29 | 0.61 | 0.51 |
| Hex | CE | 36 | B9 | 0 | 4A | A | 13 | 134 | 3D | 33 |
| Octal | 316 | 66 | 271 | 0 | 112 | 12 | 23 | 464 | 75 | 63 |
| Binary | 11001110 | 110110 | 10111001 | 0 | 1001010 | 1010 | 10011 | 100110100 | 111101 | 110011 |
Color Harmonies of #CE36B9
Complementary color
Monochromatic Colors of #CE36B9
Black with #CE36B9
Text Example
Text Example
White with #CE36B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36B9; }
p { color: rgb(206,54,185); }
H1.HeaderClassName
{
color: #CE36B9;
}
.AnyTagClassName
{
color: #CE36B9;
}
</style>
background-color css
<style>
a { background-color: #CE36B9; }
a { background-color: rgb(206,54,185); }
div.DivClassName
{
background-color: #CE36B9;
}
.BgClassName
{
background-color: #CE36B9;
}
</style>
border-color css
<style>
span { border-color: #CE36B9; }
span { border-color: rgb(206,54,185); }
td.TdClassName
{
border-color: #CE36B9;
}
.TagClassName
{
border-color: #CE36B9;
}
</style>