Shades of Fuchsia #CE44D2
Tints of Fuchsia #CE44D2
RGB
CMYK
RGB Variations
Color information
#CE44D2 (or 0xCE44D2) is known color: Fuchsia. HEX triplet: CE, 44 and D2. RGB value is (206,68,210). Sum of RGB (Red+Green+Blue) = 206+68+210=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE44D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44D2 is #31BB2D. Grayscale: #7D7D7D. Windows color (decimal): -3259182 or 13780174. OLE color: 13780174.
HSL color Cylindrical-coordinate representation of color #CE44D2: hue angle of 298.31º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE44D2 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 68 | 210 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.18 |
| HSL | 298.31º | 0.61% | 0.55% | - |
| HSV(B) | 298.31º | 0.68% | 0.82% | - |
| XYZ | 39.15 | 21.91 | 63.14 | - |
| YUV | 125.45 | 175.72 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 210 | 0.02 | 0.68 | 0 | 0.18 | 298.31 | 0.61 | 0.55 |
| Hex | CE | 44 | D2 | 2 | 44 | 0 | 12 | 12A | 3D | 37 |
| Octal | 316 | 104 | 322 | 2 | 104 | 0 | 22 | 452 | 75 | 67 |
| Binary | 11001110 | 1000100 | 11010010 | 10 | 1000100 | 0 | 10010 | 100101010 | 111101 | 110111 |
Color Harmonies of #CE44D2
Complementary color
Monochromatic Colors of #CE44D2
Black with #CE44D2
Text Example
Text Example
White with #CE44D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44D2; }
p { color: rgb(206,68,210); }
H1.HeaderClassName
{
color: #CE44D2;
}
.AnyTagClassName
{
color: #CE44D2;
}
</style>
background-color css
<style>
a { background-color: #CE44D2; }
a { background-color: rgb(206,68,210); }
div.DivClassName
{
background-color: #CE44D2;
}
.BgClassName
{
background-color: #CE44D2;
}
</style>
border-color css
<style>
span { border-color: #CE44D2; }
span { border-color: rgb(206,68,210); }
td.TdClassName
{
border-color: #CE44D2;
}
.TagClassName
{
border-color: #CE44D2;
}
</style>