Shades of Fuchsia #CE44D0
Tints of Fuchsia #CE44D0
RGB
CMYK
RGB Variations
Color information
#CE44D0 (or 0xCE44D0) is known color: Fuchsia. HEX triplet: CE, 44 and D0. RGB value is (206,68,208). Sum of RGB (Red+Green+Blue) = 206+68+208=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE44D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44D0 is #31BB2F. Grayscale: #7C7C7C. Windows color (decimal): -3259184 or 13649102. OLE color: 13649102.
HSL color Cylindrical-coordinate representation of color #CE44D0: hue angle of 299.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE44D0 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 68 | 208 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.18 |
| HSL | 299.14º | 0.6% | 0.54% | - |
| HSV(B) | 299.14º | 0.67% | 0.82% | - |
| XYZ | 38.91 | 21.81 | 61.83 | - |
| YUV | 125.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 208 | 0.01 | 0.67 | 0 | 0.18 | 299.14 | 0.6 | 0.54 |
| Hex | CE | 44 | D0 | 1 | 43 | 0 | 12 | 12B | 3C | 36 |
| Octal | 316 | 104 | 320 | 1 | 103 | 0 | 22 | 453 | 74 | 66 |
| Binary | 11001110 | 1000100 | 11010000 | 1 | 1000011 | 0 | 10010 | 100101011 | 111100 | 110110 |
Color Harmonies of #CE44D0
Complementary color
Monochromatic Colors of #CE44D0
Black with #CE44D0
Text Example
Text Example
White with #CE44D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44D0; }
p { color: rgb(206,68,208); }
H1.HeaderClassName
{
color: #CE44D0;
}
.AnyTagClassName
{
color: #CE44D0;
}
</style>
background-color css
<style>
a { background-color: #CE44D0; }
a { background-color: rgb(206,68,208); }
div.DivClassName
{
background-color: #CE44D0;
}
.BgClassName
{
background-color: #CE44D0;
}
</style>
border-color css
<style>
span { border-color: #CE44D0; }
span { border-color: rgb(206,68,208); }
td.TdClassName
{
border-color: #CE44D0;
}
.TagClassName
{
border-color: #CE44D0;
}
</style>