Shades of Deep Magenta #CA12C0
Tints of Deep Magenta #CA12C0
RGB
CMYK
RGB Variations
Color information
#CA12C0 (or 0xCA12C0) is known color: Deep Magenta. HEX triplet: CA, 12 and C0. RGB value is (202,18,192). Sum of RGB (Red+Green+Blue) = 202+18+192=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12C0 is #35ED3F. Grayscale: #5C5C5C. Windows color (decimal): -3534144 or 12587722. OLE color: 12587722.
HSL color Cylindrical-coordinate representation of color #CA12C0: hue angle of 303.26º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA12C0 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 192 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.21 |
| HSL | 303.26º | 0.84% | 0.43% | - |
| HSV(B) | 303.26º | 0.91% | 0.79% | - |
| XYZ | 34.09 | 16.79 | 51.31 | - |
| YUV | 92.85 | 183.96 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 192 | 0 | 0.91 | 0.05 | 0.21 | 303.26 | 0.84 | 0.43 |
| Hex | CA | 12 | C0 | 0 | 5B | 5 | 15 | 12F | 54 | 2B |
| Octal | 312 | 22 | 300 | 0 | 133 | 5 | 25 | 457 | 124 | 53 |
| Binary | 11001010 | 10010 | 11000000 | 0 | 1011011 | 101 | 10101 | 100101111 | 1010100 | 101011 |
Color Harmonies of #CA12C0
Complementary color
Monochromatic Colors of #CA12C0
Black with #CA12C0
Text Example
Text Example
White with #CA12C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12C0; }
p { color: rgb(202,18,192); }
H1.HeaderClassName
{
color: #CA12C0;
}
.AnyTagClassName
{
color: #CA12C0;
}
</style>
background-color css
<style>
a { background-color: #CA12C0; }
a { background-color: rgb(202,18,192); }
div.DivClassName
{
background-color: #CA12C0;
}
.BgClassName
{
background-color: #CA12C0;
}
</style>
border-color css
<style>
span { border-color: #CA12C0; }
span { border-color: rgb(202,18,192); }
td.TdClassName
{
border-color: #CA12C0;
}
.TagClassName
{
border-color: #CA12C0;
}
</style>