Shades of Fuchsia #CE44C9
Tints of Fuchsia #CE44C9
RGB
CMYK
RGB Variations
Color information
#CE44C9 (or 0xCE44C9) is known color: Fuchsia. HEX triplet: CE, 44 and C9. RGB value is (206,68,201). Sum of RGB (Red+Green+Blue) = 206+68+201=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44C9 is #31BB36. Grayscale: #7C7C7C. Windows color (decimal): -3259191 or 13190350. OLE color: 13190350.
HSL color Cylindrical-coordinate representation of color #CE44C9: hue angle of 302.17º 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 #CE44C9 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 201 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.19 |
| HSL | 302.17º | 0.58% | 0.54% | - |
| HSV(B) | 302.17º | 0.67% | 0.81% | - |
| XYZ | 38.06 | 21.47 | 57.4 | - |
| YUV | 124.42 | 171.22 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 201 | 0 | 0.67 | 0.02 | 0.19 | 302.17 | 0.58 | 0.54 |
| Hex | CE | 44 | C9 | 0 | 43 | 2 | 13 | 12E | 3A | 36 |
| Octal | 316 | 104 | 311 | 0 | 103 | 2 | 23 | 456 | 72 | 66 |
| Binary | 11001110 | 1000100 | 11001001 | 0 | 1000011 | 10 | 10011 | 100101110 | 111010 | 110110 |
Color Harmonies of #CE44C9
Complementary color
Monochromatic Colors of #CE44C9
Black with #CE44C9
Text Example
Text Example
White with #CE44C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44C9; }
p { color: rgb(206,68,201); }
H1.HeaderClassName
{
color: #CE44C9;
}
.AnyTagClassName
{
color: #CE44C9;
}
</style>
background-color css
<style>
a { background-color: #CE44C9; }
a { background-color: rgb(206,68,201); }
div.DivClassName
{
background-color: #CE44C9;
}
.BgClassName
{
background-color: #CE44C9;
}
</style>
border-color css
<style>
span { border-color: #CE44C9; }
span { border-color: rgb(206,68,201); }
td.TdClassName
{
border-color: #CE44C9;
}
.TagClassName
{
border-color: #CE44C9;
}
</style>