Shades of Fuchsia #CE2CC2
Tints of Fuchsia #CE2CC2
RGB
CMYK
RGB Variations
Color information
#CE2CC2 (or 0xCE2CC2) is known color: Fuchsia. HEX triplet: CE, 2C and C2. RGB value is (206,44,194). Sum of RGB (Red+Green+Blue) = 206+44+194=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CC2 is #31D33D. Grayscale: #6D6D6D. Windows color (decimal): -3265342 or 12725454. OLE color: 12725454.
HSL color Cylindrical-coordinate representation of color #CE2CC2: hue angle of 304.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CC2 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 194 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.19 |
| HSL | 304.44º | 0.65% | 0.49% | - |
| HSV(B) | 304.44º | 0.79% | 0.81% | - |
| XYZ | 36.09 | 18.82 | 52.77 | - |
| YUV | 109.54 | 175.67 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 194 | 0 | 0.79 | 0.06 | 0.19 | 304.44 | 0.65 | 0.49 |
| Hex | CE | 2C | C2 | 0 | 4F | 6 | 13 | 130 | 41 | 31 |
| Octal | 316 | 54 | 302 | 0 | 117 | 6 | 23 | 460 | 101 | 61 |
| Binary | 11001110 | 101100 | 11000010 | 0 | 1001111 | 110 | 10011 | 100110000 | 1000001 | 110001 |
Color Harmonies of #CE2CC2
Complementary color
Monochromatic Colors of #CE2CC2
Black with #CE2CC2
Text Example
Text Example
White with #CE2CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CC2; }
p { color: rgb(206,44,194); }
H1.HeaderClassName
{
color: #CE2CC2;
}
.AnyTagClassName
{
color: #CE2CC2;
}
</style>
background-color css
<style>
a { background-color: #CE2CC2; }
a { background-color: rgb(206,44,194); }
div.DivClassName
{
background-color: #CE2CC2;
}
.BgClassName
{
background-color: #CE2CC2;
}
</style>
border-color css
<style>
span { border-color: #CE2CC2; }
span { border-color: rgb(206,44,194); }
td.TdClassName
{
border-color: #CE2CC2;
}
.TagClassName
{
border-color: #CE2CC2;
}
</style>