Shades of Fuchsia #CE2EC4
Tints of Fuchsia #CE2EC4
RGB
CMYK
RGB Variations
Color information
#CE2EC4 (or 0xCE2EC4) is known color: Fuchsia. HEX triplet: CE, 2E and C4. RGB value is (206,46,196). Sum of RGB (Red+Green+Blue) = 206+46+196=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EC4 is #31D13B. Grayscale: #6E6E6E. Windows color (decimal): -3264828 or 12857038. OLE color: 12857038.
HSL color Cylindrical-coordinate representation of color #CE2EC4: hue angle of 303.75º 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 #CE2EC4 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 196 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.19 |
| HSL | 303.75º | 0.63% | 0.49% | - |
| HSV(B) | 303.75º | 0.78% | 0.81% | - |
| XYZ | 36.39 | 19.06 | 53.99 | - |
| YUV | 110.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 196 | 0 | 0.78 | 0.05 | 0.19 | 303.75 | 0.63 | 0.49 |
| Hex | CE | 2E | C4 | 0 | 4E | 5 | 13 | 130 | 3F | 31 |
| Octal | 316 | 56 | 304 | 0 | 116 | 5 | 23 | 460 | 77 | 61 |
| Binary | 11001110 | 101110 | 11000100 | 0 | 1001110 | 101 | 10011 | 100110000 | 111111 | 110001 |
Color Harmonies of #CE2EC4
Complementary color
Monochromatic Colors of #CE2EC4
Black with #CE2EC4
Text Example
Text Example
White with #CE2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EC4; }
p { color: rgb(206,46,196); }
H1.HeaderClassName
{
color: #CE2EC4;
}
.AnyTagClassName
{
color: #CE2EC4;
}
</style>
background-color css
<style>
a { background-color: #CE2EC4; }
a { background-color: rgb(206,46,196); }
div.DivClassName
{
background-color: #CE2EC4;
}
.BgClassName
{
background-color: #CE2EC4;
}
</style>
border-color css
<style>
span { border-color: #CE2EC4; }
span { border-color: rgb(206,46,196); }
td.TdClassName
{
border-color: #CE2EC4;
}
.TagClassName
{
border-color: #CE2EC4;
}
</style>