Shades of Deep Magenta #C419B1
Tints of Deep Magenta #C419B1
RGB
CMYK
RGB Variations
Color information
#C419B1 (or 0xC419B1) is known color: Deep Magenta. HEX triplet: C4, 19 and B1. RGB value is (196,25,177). Sum of RGB (Red+Green+Blue) = 196+25+177=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C419B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C419B1 is #3BE64E. Grayscale: #5D5D5D. Windows color (decimal): -3925583 or 11606468. OLE color: 11606468.
HSL color Cylindrical-coordinate representation of color #C419B1: hue angle of 306.67º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C419B1 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 177 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.23 |
| HSL | 306.67º | 0.77% | 0.43% | - |
| HSV(B) | 306.67º | 0.87% | 0.77% | - |
| XYZ | 31.05 | 15.61 | 42.97 | - |
| YUV | 93.46 | 175.15 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 177 | 0 | 0.87 | 0.10 | 0.23 | 306.67 | 0.77 | 0.43 |
| Hex | C4 | 19 | B1 | 0 | 57 | A | 17 | 133 | 4D | 2B |
| Octal | 304 | 31 | 261 | 0 | 127 | 12 | 27 | 463 | 115 | 53 |
| Binary | 11000100 | 11001 | 10110001 | 0 | 1010111 | 1010 | 10111 | 100110011 | 1001101 | 101011 |
Color Harmonies of #C419B1
Complementary color
Monochromatic Colors of #C419B1
Black with #C419B1
Text Example
Text Example
White with #C419B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419B1; }
p { color: rgb(196,25,177); }
H1.HeaderClassName
{
color: #C419B1;
}
.AnyTagClassName
{
color: #C419B1;
}
</style>
background-color css
<style>
a { background-color: #C419B1; }
a { background-color: rgb(196,25,177); }
div.DivClassName
{
background-color: #C419B1;
}
.BgClassName
{
background-color: #C419B1;
}
</style>
border-color css
<style>
span { border-color: #C419B1; }
span { border-color: rgb(196,25,177); }
td.TdClassName
{
border-color: #C419B1;
}
.TagClassName
{
border-color: #C419B1;
}
</style>