Shades of Fuchsia #CE2EC9
Tints of Fuchsia #CE2EC9
RGB
CMYK
RGB Variations
Color information
#CE2EC9 (or 0xCE2EC9) is known color: Fuchsia. HEX triplet: CE, 2E and C9. RGB value is (206,46,201). Sum of RGB (Red+Green+Blue) = 206+46+201=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EC9 is #31D136. Grayscale: #6F6F6F. Windows color (decimal): -3264823 or 13184718. OLE color: 13184718.
HSL color Cylindrical-coordinate representation of color #CE2EC9: hue angle of 301.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2EC9 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 201 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.19 |
| HSL | 301.88º | 0.63% | 0.49% | - |
| HSV(B) | 301.88º | 0.78% | 0.81% | - |
| XYZ | 36.97 | 19.29 | 57.03 | - |
| YUV | 111.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 201 | 0 | 0.78 | 0.02 | 0.19 | 301.88 | 0.63 | 0.49 |
| Hex | CE | 2E | C9 | 0 | 4E | 2 | 13 | 12E | 3F | 31 |
| Octal | 316 | 56 | 311 | 0 | 116 | 2 | 23 | 456 | 77 | 61 |
| Binary | 11001110 | 101110 | 11001001 | 0 | 1001110 | 10 | 10011 | 100101110 | 111111 | 110001 |
Color Harmonies of #CE2EC9
Complementary color
Monochromatic Colors of #CE2EC9
Black with #CE2EC9
Text Example
Text Example
White with #CE2EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EC9; }
p { color: rgb(206,46,201); }
H1.HeaderClassName
{
color: #CE2EC9;
}
.AnyTagClassName
{
color: #CE2EC9;
}
</style>
background-color css
<style>
a { background-color: #CE2EC9; }
a { background-color: rgb(206,46,201); }
div.DivClassName
{
background-color: #CE2EC9;
}
.BgClassName
{
background-color: #CE2EC9;
}
</style>
border-color css
<style>
span { border-color: #CE2EC9; }
span { border-color: rgb(206,46,201); }
td.TdClassName
{
border-color: #CE2EC9;
}
.TagClassName
{
border-color: #CE2EC9;
}
</style>