Shades of Fuchsia #CE44B9
Tints of Fuchsia #CE44B9
RGB
CMYK
RGB Variations
Color information
#CE44B9 (or 0xCE44B9) is known color: Fuchsia. HEX triplet: CE, 44 and B9. RGB value is (206,68,185). Sum of RGB (Red+Green+Blue) = 206+68+185=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44B9 is #31BB46. Grayscale: #7A7A7A. Windows color (decimal): -3259207 or 12141774. OLE color: 12141774.
HSL color Cylindrical-coordinate representation of color #CE44B9: hue angle of 309.13º 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 #CE44B9 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 185 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.19 |
| HSL | 309.13º | 0.58% | 0.54% | - |
| HSV(B) | 309.13º | 0.67% | 0.81% | - |
| XYZ | 36.28 | 20.76 | 47.99 | - |
| YUV | 122.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 185 | 0 | 0.67 | 0.10 | 0.19 | 309.13 | 0.58 | 0.54 |
| Hex | CE | 44 | B9 | 0 | 43 | A | 13 | 135 | 3A | 36 |
| Octal | 316 | 104 | 271 | 0 | 103 | 12 | 23 | 465 | 72 | 66 |
| Binary | 11001110 | 1000100 | 10111001 | 0 | 1000011 | 1010 | 10011 | 100110101 | 111010 | 110110 |
Color Harmonies of #CE44B9
Complementary color
Monochromatic Colors of #CE44B9
Black with #CE44B9
Text Example
Text Example
White with #CE44B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44B9; }
p { color: rgb(206,68,185); }
H1.HeaderClassName
{
color: #CE44B9;
}
.AnyTagClassName
{
color: #CE44B9;
}
</style>
background-color css
<style>
a { background-color: #CE44B9; }
a { background-color: rgb(206,68,185); }
div.DivClassName
{
background-color: #CE44B9;
}
.BgClassName
{
background-color: #CE44B9;
}
</style>
border-color css
<style>
span { border-color: #CE44B9; }
span { border-color: rgb(206,68,185); }
td.TdClassName
{
border-color: #CE44B9;
}
.TagClassName
{
border-color: #CE44B9;
}
</style>