Shades of Fuchsia #CE2EC2
Tints of Fuchsia #CE2EC2
RGB
CMYK
RGB Variations
Color information
#CE2EC2 (or 0xCE2EC2) is known color: Fuchsia. HEX triplet: CE, 2E and C2. RGB value is (206,46,194). Sum of RGB (Red+Green+Blue) = 206+46+194=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EC2 is #31D13D. Grayscale: #6E6E6E. Windows color (decimal): -3264830 or 12725966. OLE color: 12725966.
HSL color Cylindrical-coordinate representation of color #CE2EC2: hue angle of 304.5º 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 #CE2EC2 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 194 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.19 |
| HSL | 304.5º | 0.63% | 0.49% | - |
| HSV(B) | 304.5º | 0.78% | 0.81% | - |
| XYZ | 36.17 | 18.97 | 52.79 | - |
| YUV | 110.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 194 | 0 | 0.78 | 0.06 | 0.19 | 304.5 | 0.63 | 0.49 |
| Hex | CE | 2E | C2 | 0 | 4E | 6 | 13 | 130 | 3F | 31 |
| Octal | 316 | 56 | 302 | 0 | 116 | 6 | 23 | 460 | 77 | 61 |
| Binary | 11001110 | 101110 | 11000010 | 0 | 1001110 | 110 | 10011 | 100110000 | 111111 | 110001 |
Color Harmonies of #CE2EC2
Complementary color
Monochromatic Colors of #CE2EC2
Black with #CE2EC2
Text Example
Text Example
White with #CE2EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EC2; }
p { color: rgb(206,46,194); }
H1.HeaderClassName
{
color: #CE2EC2;
}
.AnyTagClassName
{
color: #CE2EC2;
}
</style>
background-color css
<style>
a { background-color: #CE2EC2; }
a { background-color: rgb(206,46,194); }
div.DivClassName
{
background-color: #CE2EC2;
}
.BgClassName
{
background-color: #CE2EC2;
}
</style>
border-color css
<style>
span { border-color: #CE2EC2; }
span { border-color: rgb(206,46,194); }
td.TdClassName
{
border-color: #CE2EC2;
}
.TagClassName
{
border-color: #CE2EC2;
}
</style>