Shades of Deep Magenta #C419C5
Tints of Deep Magenta #C419C5
RGB
CMYK
RGB Variations
Color information
#C419C5 (or 0xC419C5) is known color: Deep Magenta. HEX triplet: C4, 19 and C5. RGB value is (196,25,197). Sum of RGB (Red+Green+Blue) = 196+25+197=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 197 (77.34% from 255 or 47.13% from 418); Max value from RGB is 197 - color contains mainly: blue. Hex color #C419C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419C5 is #3BE63A. Grayscale: #5F5F5F. Windows color (decimal): -3925563 or 12917188. OLE color: 12917188.
HSL color Cylindrical-coordinate representation of color #C419C5: hue angle of 299.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C419C5 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 197 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.23 |
| HSL | 299.65º | 0.77% | 0.44% | - |
| HSV(B) | 299.65º | 0.87% | 0.77% | - |
| XYZ | 33.19 | 16.46 | 54.25 | - |
| YUV | 95.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 197 | 0.01 | 0.87 | 0 | 0.23 | 299.65 | 0.77 | 0.44 |
| Hex | C4 | 19 | C5 | 1 | 57 | 0 | 17 | 12C | 4D | 2C |
| Octal | 304 | 31 | 305 | 1 | 127 | 0 | 27 | 454 | 115 | 54 |
| Binary | 11000100 | 11001 | 11000101 | 1 | 1010111 | 0 | 10111 | 100101100 | 1001101 | 101100 |
Color Harmonies of #C419C5
Complementary color
Monochromatic Colors of #C419C5
Black with #C419C5
Text Example
Text Example
White with #C419C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419C5; }
p { color: rgb(196,25,197); }
H1.HeaderClassName
{
color: #C419C5;
}
.AnyTagClassName
{
color: #C419C5;
}
</style>
background-color css
<style>
a { background-color: #C419C5; }
a { background-color: rgb(196,25,197); }
div.DivClassName
{
background-color: #C419C5;
}
.BgClassName
{
background-color: #C419C5;
}
</style>
border-color css
<style>
span { border-color: #C419C5; }
span { border-color: rgb(196,25,197); }
td.TdClassName
{
border-color: #C419C5;
}
.TagClassName
{
border-color: #C419C5;
}
</style>