Shades of Fuchsia #CE2EAF
Tints of Fuchsia #CE2EAF
RGB
CMYK
RGB Variations
Color information
#CE2EAF (or 0xCE2EAF) is known color: Fuchsia. HEX triplet: CE, 2E and AF. RGB value is (206,46,175). Sum of RGB (Red+Green+Blue) = 206+46+175=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2EAF is #31D150. Grayscale: #6C6C6C. Windows color (decimal): -3264849 or 11480782. OLE color: 11480782.
HSL color Cylindrical-coordinate representation of color #CE2EAF: hue angle of 311.62º 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 #CE2EAF is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 175 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.19 |
| HSL | 311.63º | 0.63% | 0.49% | - |
| HSV(B) | 311.63º | 0.78% | 0.81% | - |
| XYZ | 34.17 | 18.17 | 42.26 | - |
| YUV | 108.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 175 | 0 | 0.78 | 0.15 | 0.19 | 311.63 | 0.63 | 0.49 |
| Hex | CE | 2E | AF | 0 | 4E | F | 13 | 138 | 3F | 31 |
| Octal | 316 | 56 | 257 | 0 | 116 | 17 | 23 | 470 | 77 | 61 |
| Binary | 11001110 | 101110 | 10101111 | 0 | 1001110 | 1111 | 10011 | 100111000 | 111111 | 110001 |
Color Harmonies of #CE2EAF
Complementary color
Monochromatic Colors of #CE2EAF
Black with #CE2EAF
Text Example
Text Example
White with #CE2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EAF; }
p { color: rgb(206,46,175); }
H1.HeaderClassName
{
color: #CE2EAF;
}
.AnyTagClassName
{
color: #CE2EAF;
}
</style>
background-color css
<style>
a { background-color: #CE2EAF; }
a { background-color: rgb(206,46,175); }
div.DivClassName
{
background-color: #CE2EAF;
}
.BgClassName
{
background-color: #CE2EAF;
}
</style>
border-color css
<style>
span { border-color: #CE2EAF; }
span { border-color: rgb(206,46,175); }
td.TdClassName
{
border-color: #CE2EAF;
}
.TagClassName
{
border-color: #CE2EAF;
}
</style>