Shades of Deep Magenta #CA12C2
Tints of Deep Magenta #CA12C2
RGB
CMYK
RGB Variations
Color information
#CA12C2 (or 0xCA12C2) is known color: Deep Magenta. HEX triplet: CA, 12 and C2. RGB value is (202,18,194). Sum of RGB (Red+Green+Blue) = 202+18+194=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12C2 is #35ED3D. Grayscale: #5C5C5C. Windows color (decimal): -3534142 or 12718794. OLE color: 12718794.
HSL color Cylindrical-coordinate representation of color #CA12C2: hue angle of 302.61º 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 #CA12C2 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 194 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.21 |
| HSL | 302.61º | 0.84% | 0.43% | - |
| HSV(B) | 302.61º | 0.91% | 0.79% | - |
| XYZ | 34.31 | 16.88 | 52.49 | - |
| YUV | 93.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 194 | 0 | 0.91 | 0.04 | 0.21 | 302.61 | 0.84 | 0.43 |
| Hex | CA | 12 | C2 | 0 | 5B | 4 | 15 | 12F | 54 | 2B |
| Octal | 312 | 22 | 302 | 0 | 133 | 4 | 25 | 457 | 124 | 53 |
| Binary | 11001010 | 10010 | 11000010 | 0 | 1011011 | 100 | 10101 | 100101111 | 1010100 | 101011 |
Color Harmonies of #CA12C2
Complementary color
Monochromatic Colors of #CA12C2
Black with #CA12C2
Text Example
Text Example
White with #CA12C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12C2; }
p { color: rgb(202,18,194); }
H1.HeaderClassName
{
color: #CA12C2;
}
.AnyTagClassName
{
color: #CA12C2;
}
</style>
background-color css
<style>
a { background-color: #CA12C2; }
a { background-color: rgb(202,18,194); }
div.DivClassName
{
background-color: #CA12C2;
}
.BgClassName
{
background-color: #CA12C2;
}
</style>
border-color css
<style>
span { border-color: #CA12C2; }
span { border-color: rgb(202,18,194); }
td.TdClassName
{
border-color: #CA12C2;
}
.TagClassName
{
border-color: #CA12C2;
}
</style>