Shades of Fuchsia #CE2DC0
Tints of Fuchsia #CE2DC0
RGB
CMYK
RGB Variations
Color information
#CE2DC0 (or 0xCE2DC0) is known color: Fuchsia. HEX triplet: CE, 2D and C0. RGB value is (206,45,192). Sum of RGB (Red+Green+Blue) = 206+45+192=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DC0 is #31D23F. Grayscale: #6D6D6D. Windows color (decimal): -3265088 or 12594638. OLE color: 12594638.
HSL color Cylindrical-coordinate representation of color #CE2DC0: hue angle of 305.22º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DC0 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 192 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.19 |
| HSL | 305.22º | 0.64% | 0.49% | - |
| HSV(B) | 305.22º | 0.78% | 0.81% | - |
| XYZ | 35.91 | 18.8 | 51.61 | - |
| YUV | 109.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 192 | 0 | 0.78 | 0.07 | 0.19 | 305.22 | 0.64 | 0.49 |
| Hex | CE | 2D | C0 | 0 | 4E | 7 | 13 | 131 | 40 | 31 |
| Octal | 316 | 55 | 300 | 0 | 116 | 7 | 23 | 461 | 100 | 61 |
| Binary | 11001110 | 101101 | 11000000 | 0 | 1001110 | 111 | 10011 | 100110001 | 1000000 | 110001 |
Color Harmonies of #CE2DC0
Complementary color
Monochromatic Colors of #CE2DC0
Black with #CE2DC0
Text Example
Text Example
White with #CE2DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DC0; }
p { color: rgb(206,45,192); }
H1.HeaderClassName
{
color: #CE2DC0;
}
.AnyTagClassName
{
color: #CE2DC0;
}
</style>
background-color css
<style>
a { background-color: #CE2DC0; }
a { background-color: rgb(206,45,192); }
div.DivClassName
{
background-color: #CE2DC0;
}
.BgClassName
{
background-color: #CE2DC0;
}
</style>
border-color css
<style>
span { border-color: #CE2DC0; }
span { border-color: rgb(206,45,192); }
td.TdClassName
{
border-color: #CE2DC0;
}
.TagClassName
{
border-color: #CE2DC0;
}
</style>