Shades of Fuchsia #CE44B1
Tints of Fuchsia #CE44B1
RGB
CMYK
RGB Variations
Color information
#CE44B1 (or 0xCE44B1) is known color: Fuchsia. HEX triplet: CE, 44 and B1. RGB value is (206,68,177). Sum of RGB (Red+Green+Blue) = 206+68+177=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE44B1 is #31BB4E. Grayscale: #797979. Windows color (decimal): -3259215 or 11617486. OLE color: 11617486.
HSL color Cylindrical-coordinate representation of color #CE44B1: hue angle of 312.61º 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 #CE44B1 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 177 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.19 |
| HSL | 312.61º | 0.58% | 0.54% | - |
| HSV(B) | 312.61º | 0.67% | 0.81% | - |
| XYZ | 35.46 | 20.43 | 43.67 | - |
| YUV | 121.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 177 | 0 | 0.67 | 0.14 | 0.19 | 312.61 | 0.58 | 0.54 |
| Hex | CE | 44 | B1 | 0 | 43 | E | 13 | 139 | 3A | 36 |
| Octal | 316 | 104 | 261 | 0 | 103 | 16 | 23 | 471 | 72 | 66 |
| Binary | 11001110 | 1000100 | 10110001 | 0 | 1000011 | 1110 | 10011 | 100111001 | 111010 | 110110 |
Color Harmonies of #CE44B1
Complementary color
Monochromatic Colors of #CE44B1
Black with #CE44B1
Text Example
Text Example
White with #CE44B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44B1; }
p { color: rgb(206,68,177); }
H1.HeaderClassName
{
color: #CE44B1;
}
.AnyTagClassName
{
color: #CE44B1;
}
</style>
background-color css
<style>
a { background-color: #CE44B1; }
a { background-color: rgb(206,68,177); }
div.DivClassName
{
background-color: #CE44B1;
}
.BgClassName
{
background-color: #CE44B1;
}
</style>
border-color css
<style>
span { border-color: #CE44B1; }
span { border-color: rgb(206,68,177); }
td.TdClassName
{
border-color: #CE44B1;
}
.TagClassName
{
border-color: #CE44B1;
}
</style>