Shades of Deep Magenta #C415CA
Tints of Deep Magenta #C415CA
RGB
CMYK
RGB Variations
Color information
#C415CA (or 0xC415CA) is known color: Deep Magenta. HEX triplet: C4, 15 and CA. RGB value is (196,21,202). Sum of RGB (Red+Green+Blue) = 196+21+202=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #C415CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415CA is #3BEA35. Grayscale: #5D5D5D. Windows color (decimal): -3926582 or 13243844. OLE color: 13243844.
HSL color Cylindrical-coordinate representation of color #C415CA: hue angle of 298.01º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C415CA is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 21 | 202 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.21 |
| HSL | 298.01º | 0.81% | 0.44% | - |
| HSV(B) | 298.01º | 0.9% | 0.79% | - |
| XYZ | 33.69 | 16.54 | 57.29 | - |
| YUV | 93.96 | 188.98 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 202 | 0.03 | 0.90 | 0 | 0.21 | 298.01 | 0.81 | 0.44 |
| Hex | C4 | 15 | CA | 3 | 5A | 0 | 15 | 12A | 51 | 2C |
| Octal | 304 | 25 | 312 | 3 | 132 | 0 | 25 | 452 | 121 | 54 |
| Binary | 11000100 | 10101 | 11001010 | 11 | 1011010 | 0 | 10101 | 100101010 | 1010001 | 101100 |
Color Harmonies of #C415CA
Complementary color
Monochromatic Colors of #C415CA
Black with #C415CA
Text Example
Text Example
White with #C415CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C415CA; }
p { color: rgb(196,21,202); }
H1.HeaderClassName
{
color: #C415CA;
}
.AnyTagClassName
{
color: #C415CA;
}
</style>
background-color css
<style>
a { background-color: #C415CA; }
a { background-color: rgb(196,21,202); }
div.DivClassName
{
background-color: #C415CA;
}
.BgClassName
{
background-color: #C415CA;
}
</style>
border-color css
<style>
span { border-color: #C415CA; }
span { border-color: rgb(196,21,202); }
td.TdClassName
{
border-color: #C415CA;
}
.TagClassName
{
border-color: #C415CA;
}
</style>