Shades of Deep Magenta #C408CE
Tints of Deep Magenta #C408CE
RGB
CMYK
RGB Variations
Color information
#C408CE (or 0xC408CE) is known color: Deep Magenta. HEX triplet: C4, 08 and CE. RGB value is (196,8,206). Sum of RGB (Red+Green+Blue) = 196+8+206=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #C408CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408CE is #3BF731. Grayscale: #565656. Windows color (decimal): -3929906 or 13502660. OLE color: 13502660.
HSL color Cylindrical-coordinate representation of color #C408CE: hue angle of 296.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C408CE is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 8 | 206 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.19 |
| HSL | 296.97º | 0.93% | 0.42% | - |
| HSV(B) | 296.97º | 0.96% | 0.81% | - |
| XYZ | 33.99 | 16.37 | 59.76 | - |
| YUV | 86.78 | 195.28 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 206 | 0.05 | 0.96 | 0 | 0.19 | 296.97 | 0.93 | 0.42 |
| Hex | C4 | 8 | CE | 5 | 60 | 0 | 13 | 129 | 5D | 2A |
| Octal | 304 | 10 | 316 | 5 | 140 | 0 | 23 | 451 | 135 | 52 |
| Binary | 11000100 | 1000 | 11001110 | 101 | 1100000 | 0 | 10011 | 100101001 | 1011101 | 101010 |
Color Harmonies of #C408CE
Complementary color
Monochromatic Colors of #C408CE
Black with #C408CE
Text Example
Text Example
White with #C408CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408CE; }
p { color: rgb(196,8,206); }
H1.HeaderClassName
{
color: #C408CE;
}
.AnyTagClassName
{
color: #C408CE;
}
</style>
background-color css
<style>
a { background-color: #C408CE; }
a { background-color: rgb(196,8,206); }
div.DivClassName
{
background-color: #C408CE;
}
.BgClassName
{
background-color: #C408CE;
}
</style>
border-color css
<style>
span { border-color: #C408CE; }
span { border-color: rgb(196,8,206); }
td.TdClassName
{
border-color: #C408CE;
}
.TagClassName
{
border-color: #C408CE;
}
</style>