Shades of Deep Magenta #C419D3
Tints of Deep Magenta #C419D3
RGB
CMYK
RGB Variations
Color information
#C419D3 (or 0xC419D3) is known color: Deep Magenta. HEX triplet: C4, 19 and D3. RGB value is (196,25,211). Sum of RGB (Red+Green+Blue) = 196+25+211=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #C419D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419D3 is #3BE62C. Grayscale: #606060. Windows color (decimal): -3925549 or 13834692. OLE color: 13834692.
HSL color Cylindrical-coordinate representation of color #C419D3: hue angle of 295.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C419D3 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 25 | 211 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.17 |
| HSL | 295.16º | 0.79% | 0.46% | - |
| HSV(B) | 295.16º | 0.88% | 0.83% | - |
| XYZ | 34.87 | 17.13 | 63.1 | - |
| YUV | 97.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 211 | 0.07 | 0.88 | 0 | 0.17 | 295.16 | 0.79 | 0.46 |
| Hex | C4 | 19 | D3 | 7 | 58 | 0 | 11 | 127 | 4F | 2E |
| Octal | 304 | 31 | 323 | 7 | 130 | 0 | 21 | 447 | 117 | 56 |
| Binary | 11000100 | 11001 | 11010011 | 111 | 1011000 | 0 | 10001 | 100100111 | 1001111 | 101110 |
Color Harmonies of #C419D3
Complementary color
Monochromatic Colors of #C419D3
Black with #C419D3
Text Example
Text Example
White with #C419D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419D3; }
p { color: rgb(196,25,211); }
H1.HeaderClassName
{
color: #C419D3;
}
.AnyTagClassName
{
color: #C419D3;
}
</style>
background-color css
<style>
a { background-color: #C419D3; }
a { background-color: rgb(196,25,211); }
div.DivClassName
{
background-color: #C419D3;
}
.BgClassName
{
background-color: #C419D3;
}
</style>
border-color css
<style>
span { border-color: #C419D3; }
span { border-color: rgb(196,25,211); }
td.TdClassName
{
border-color: #C419D3;
}
.TagClassName
{
border-color: #C419D3;
}
</style>