Shades of Fuchsia #CE44C2
Tints of Fuchsia #CE44C2
RGB
CMYK
RGB Variations
Color information
#CE44C2 (or 0xCE44C2) is known color: Fuchsia. HEX triplet: CE, 44 and C2. RGB value is (206,68,194). Sum of RGB (Red+Green+Blue) = 206+68+194=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44C2 is #31BB3D. Grayscale: #7B7B7B. Windows color (decimal): -3259198 or 12731598. OLE color: 12731598.
HSL color Cylindrical-coordinate representation of color #CE44C2: hue angle of 305.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE44C2 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 194 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.19 |
| HSL | 305.22º | 0.58% | 0.54% | - |
| HSV(B) | 305.22º | 0.67% | 0.81% | - |
| XYZ | 37.26 | 21.15 | 53.16 | - |
| YUV | 123.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 194 | 0 | 0.67 | 0.06 | 0.19 | 305.22 | 0.58 | 0.54 |
| Hex | CE | 44 | C2 | 0 | 43 | 6 | 13 | 131 | 3A | 36 |
| Octal | 316 | 104 | 302 | 0 | 103 | 6 | 23 | 461 | 72 | 66 |
| Binary | 11001110 | 1000100 | 11000010 | 0 | 1000011 | 110 | 10011 | 100110001 | 111010 | 110110 |
Color Harmonies of #CE44C2
Complementary color
Monochromatic Colors of #CE44C2
Black with #CE44C2
Text Example
Text Example
White with #CE44C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44C2; }
p { color: rgb(206,68,194); }
H1.HeaderClassName
{
color: #CE44C2;
}
.AnyTagClassName
{
color: #CE44C2;
}
</style>
background-color css
<style>
a { background-color: #CE44C2; }
a { background-color: rgb(206,68,194); }
div.DivClassName
{
background-color: #CE44C2;
}
.BgClassName
{
background-color: #CE44C2;
}
</style>
border-color css
<style>
span { border-color: #CE44C2; }
span { border-color: rgb(206,68,194); }
td.TdClassName
{
border-color: #CE44C2;
}
.TagClassName
{
border-color: #CE44C2;
}
</style>