Shades of Fuchsia #CE40C0
Tints of Fuchsia #CE40C0
RGB
CMYK
RGB Variations
Color information
#CE40C0 (or 0xCE40C0) is known color: Fuchsia. HEX triplet: CE, 40 and C0. RGB value is (206,64,192). Sum of RGB (Red+Green+Blue) = 206+64+192=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40C0 is #31BF3F. Grayscale: #787878. Windows color (decimal): -3260224 or 12599502. OLE color: 12599502.
HSL color Cylindrical-coordinate representation of color #CE40C0: hue angle of 305.92º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE40C0 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 192 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.19 |
| HSL | 305.92º | 0.59% | 0.53% | - |
| HSV(B) | 305.92º | 0.69% | 0.81% | - |
| XYZ | 36.8 | 20.59 | 51.9 | - |
| YUV | 121.05 | 168.04 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 192 | 0 | 0.69 | 0.07 | 0.19 | 305.92 | 0.59 | 0.53 |
| Hex | CE | 40 | C0 | 0 | 45 | 7 | 13 | 132 | 3B | 35 |
| Octal | 316 | 100 | 300 | 0 | 105 | 7 | 23 | 462 | 73 | 65 |
| Binary | 11001110 | 1000000 | 11000000 | 0 | 1000101 | 111 | 10011 | 100110010 | 111011 | 110101 |
Color Harmonies of #CE40C0
Complementary color
Monochromatic Colors of #CE40C0
Black with #CE40C0
Text Example
Text Example
White with #CE40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40C0; }
p { color: rgb(206,64,192); }
H1.HeaderClassName
{
color: #CE40C0;
}
.AnyTagClassName
{
color: #CE40C0;
}
</style>
background-color css
<style>
a { background-color: #CE40C0; }
a { background-color: rgb(206,64,192); }
div.DivClassName
{
background-color: #CE40C0;
}
.BgClassName
{
background-color: #CE40C0;
}
</style>
border-color css
<style>
span { border-color: #CE40C0; }
span { border-color: rgb(206,64,192); }
td.TdClassName
{
border-color: #CE40C0;
}
.TagClassName
{
border-color: #CE40C0;
}
</style>