Shades of Fuchsia #CE44B0
Tints of Fuchsia #CE44B0
RGB
CMYK
RGB Variations
Color information
#CE44B0 (or 0xCE44B0) is known color: Fuchsia. HEX triplet: CE, 44 and B0. RGB value is (206,68,176). Sum of RGB (Red+Green+Blue) = 206+68+176=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE44B0 is #31BB4F. Grayscale: #797979. Windows color (decimal): -3259216 or 11551950. OLE color: 11551950.
HSL color Cylindrical-coordinate representation of color #CE44B0: hue angle of 313.04º 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 #CE44B0 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 176 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.19 |
| HSL | 313.04º | 0.58% | 0.54% | - |
| HSV(B) | 313.04º | 0.67% | 0.81% | - |
| XYZ | 35.36 | 20.39 | 43.15 | - |
| YUV | 121.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 176 | 0 | 0.67 | 0.15 | 0.19 | 313.04 | 0.58 | 0.54 |
| Hex | CE | 44 | B0 | 0 | 43 | F | 13 | 139 | 3A | 36 |
| Octal | 316 | 104 | 260 | 0 | 103 | 17 | 23 | 471 | 72 | 66 |
| Binary | 11001110 | 1000100 | 10110000 | 0 | 1000011 | 1111 | 10011 | 100111001 | 111010 | 110110 |
Color Harmonies of #CE44B0
Complementary color
Monochromatic Colors of #CE44B0
Black with #CE44B0
Text Example
Text Example
White with #CE44B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44B0; }
p { color: rgb(206,68,176); }
H1.HeaderClassName
{
color: #CE44B0;
}
.AnyTagClassName
{
color: #CE44B0;
}
</style>
background-color css
<style>
a { background-color: #CE44B0; }
a { background-color: rgb(206,68,176); }
div.DivClassName
{
background-color: #CE44B0;
}
.BgClassName
{
background-color: #CE44B0;
}
</style>
border-color css
<style>
span { border-color: #CE44B0; }
span { border-color: rgb(206,68,176); }
td.TdClassName
{
border-color: #CE44B0;
}
.TagClassName
{
border-color: #CE44B0;
}
</style>