Shades of Deep Magenta #C419C9
Tints of Deep Magenta #C419C9
RGB
CMYK
RGB Variations
Color information
#C419C9 (or 0xC419C9) is known color: Deep Magenta. HEX triplet: C4, 19 and C9. RGB value is (196,25,201). Sum of RGB (Red+Green+Blue) = 196+25+201=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #C419C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419C9 is #3BE636. Grayscale: #5F5F5F. Windows color (decimal): -3925559 or 13179332. OLE color: 13179332.
HSL color Cylindrical-coordinate representation of color #C419C9: hue angle of 298.3º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C419C9 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 25 | 201 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.21 |
| HSL | 298.3º | 0.78% | 0.44% | - |
| HSV(B) | 298.3º | 0.88% | 0.79% | - |
| XYZ | 33.66 | 16.65 | 56.7 | - |
| YUV | 96.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 201 | 0.02 | 0.88 | 0 | 0.21 | 298.3 | 0.78 | 0.44 |
| Hex | C4 | 19 | C9 | 2 | 58 | 0 | 15 | 12A | 4E | 2C |
| Octal | 304 | 31 | 311 | 2 | 130 | 0 | 25 | 452 | 116 | 54 |
| Binary | 11000100 | 11001 | 11001001 | 10 | 1011000 | 0 | 10101 | 100101010 | 1001110 | 101100 |
Color Harmonies of #C419C9
Complementary color
Monochromatic Colors of #C419C9
Black with #C419C9
Text Example
Text Example
White with #C419C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419C9; }
p { color: rgb(196,25,201); }
H1.HeaderClassName
{
color: #C419C9;
}
.AnyTagClassName
{
color: #C419C9;
}
</style>
background-color css
<style>
a { background-color: #C419C9; }
a { background-color: rgb(196,25,201); }
div.DivClassName
{
background-color: #C419C9;
}
.BgClassName
{
background-color: #C419C9;
}
</style>
border-color css
<style>
span { border-color: #C419C9; }
span { border-color: rgb(196,25,201); }
td.TdClassName
{
border-color: #C419C9;
}
.TagClassName
{
border-color: #C419C9;
}
</style>