Shades of Deep Magenta #C419C3
Tints of Deep Magenta #C419C3
RGB
CMYK
RGB Variations
Color information
#C419C3 (or 0xC419C3) is known color: Deep Magenta. HEX triplet: C4, 19 and C3. RGB value is (196,25,195). Sum of RGB (Red+Green+Blue) = 196+25+195=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C419C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419C3 is #3BE63C. Grayscale: #5F5F5F. Windows color (decimal): -3925565 or 12786116. OLE color: 12786116.
HSL color Cylindrical-coordinate representation of color #C419C3: hue angle of 300.35º 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 #C419C3 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 195 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.23 |
| HSL | 300.35º | 0.77% | 0.43% | - |
| HSV(B) | 300.35º | 0.87% | 0.77% | - |
| XYZ | 32.96 | 16.37 | 53.05 | - |
| YUV | 95.51 | 184.15 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 195 | 0 | 0.87 | 0.01 | 0.23 | 300.35 | 0.77 | 0.43 |
| Hex | C4 | 19 | C3 | 0 | 57 | 1 | 17 | 12C | 4D | 2B |
| Octal | 304 | 31 | 303 | 0 | 127 | 1 | 27 | 454 | 115 | 53 |
| Binary | 11000100 | 11001 | 11000011 | 0 | 1010111 | 1 | 10111 | 100101100 | 1001101 | 101011 |
Color Harmonies of #C419C3
Complementary color
Monochromatic Colors of #C419C3
Black with #C419C3
Text Example
Text Example
White with #C419C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419C3; }
p { color: rgb(196,25,195); }
H1.HeaderClassName
{
color: #C419C3;
}
.AnyTagClassName
{
color: #C419C3;
}
</style>
background-color css
<style>
a { background-color: #C419C3; }
a { background-color: rgb(196,25,195); }
div.DivClassName
{
background-color: #C419C3;
}
.BgClassName
{
background-color: #C419C3;
}
</style>
border-color css
<style>
span { border-color: #C419C3; }
span { border-color: rgb(196,25,195); }
td.TdClassName
{
border-color: #C419C3;
}
.TagClassName
{
border-color: #C419C3;
}
</style>