Shades of Deep Magenta #C419CE
Tints of Deep Magenta #C419CE
RGB
CMYK
RGB Variations
Color information
#C419CE (or 0xC419CE) is known color: Deep Magenta. HEX triplet: C4, 19 and CE. RGB value is (196,25,206). Sum of RGB (Red+Green+Blue) = 196+25+206=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #C419CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419CE is #3BE631. Grayscale: #606060. Windows color (decimal): -3925554 or 13507012. OLE color: 13507012.
HSL color Cylindrical-coordinate representation of color #C419CE: hue angle of 296.69º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C419CE is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 25 | 206 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.19 |
| HSL | 296.69º | 0.78% | 0.45% | - |
| HSV(B) | 296.69º | 0.88% | 0.81% | - |
| XYZ | 34.25 | 16.89 | 59.85 | - |
| YUV | 96.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 206 | 0.05 | 0.88 | 0 | 0.19 | 296.69 | 0.78 | 0.45 |
| Hex | C4 | 19 | CE | 5 | 58 | 0 | 13 | 129 | 4E | 2D |
| Octal | 304 | 31 | 316 | 5 | 130 | 0 | 23 | 451 | 116 | 55 |
| Binary | 11000100 | 11001 | 11001110 | 101 | 1011000 | 0 | 10011 | 100101001 | 1001110 | 101101 |
Color Harmonies of #C419CE
Complementary color
Monochromatic Colors of #C419CE
Black with #C419CE
Text Example
Text Example
White with #C419CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419CE; }
p { color: rgb(196,25,206); }
H1.HeaderClassName
{
color: #C419CE;
}
.AnyTagClassName
{
color: #C419CE;
}
</style>
background-color css
<style>
a { background-color: #C419CE; }
a { background-color: rgb(196,25,206); }
div.DivClassName
{
background-color: #C419CE;
}
.BgClassName
{
background-color: #C419CE;
}
</style>
border-color css
<style>
span { border-color: #C419CE; }
span { border-color: rgb(196,25,206); }
td.TdClassName
{
border-color: #C419CE;
}
.TagClassName
{
border-color: #C419CE;
}
</style>