Shades of Deep Magenta #CA12B7
Tints of Deep Magenta #CA12B7
RGB
CMYK
RGB Variations
Color information
#CA12B7 (or 0xCA12B7) is known color: Deep Magenta. HEX triplet: CA, 12 and B7. RGB value is (202,18,183). Sum of RGB (Red+Green+Blue) = 202+18+183=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12B7 is #35ED48. Grayscale: #5B5B5B. Windows color (decimal): -3534153 or 11997898. OLE color: 11997898.
HSL color Cylindrical-coordinate representation of color #CA12B7: hue angle of 306.2º 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 #CA12B7 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 183 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.21 |
| HSL | 306.2º | 0.84% | 0.43% | - |
| HSV(B) | 306.2º | 0.91% | 0.79% | - |
| XYZ | 33.12 | 16.41 | 46.22 | - |
| YUV | 91.83 | 179.46 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 183 | 0 | 0.91 | 0.09 | 0.21 | 306.2 | 0.84 | 0.43 |
| Hex | CA | 12 | B7 | 0 | 5B | 9 | 15 | 132 | 54 | 2B |
| Octal | 312 | 22 | 267 | 0 | 133 | 11 | 25 | 462 | 124 | 53 |
| Binary | 11001010 | 10010 | 10110111 | 0 | 1011011 | 1001 | 10101 | 100110010 | 1010100 | 101011 |
Color Harmonies of #CA12B7
Complementary color
Monochromatic Colors of #CA12B7
Black with #CA12B7
Text Example
Text Example
White with #CA12B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12B7; }
p { color: rgb(202,18,183); }
H1.HeaderClassName
{
color: #CA12B7;
}
.AnyTagClassName
{
color: #CA12B7;
}
</style>
background-color css
<style>
a { background-color: #CA12B7; }
a { background-color: rgb(202,18,183); }
div.DivClassName
{
background-color: #CA12B7;
}
.BgClassName
{
background-color: #CA12B7;
}
</style>
border-color css
<style>
span { border-color: #CA12B7; }
span { border-color: rgb(202,18,183); }
td.TdClassName
{
border-color: #CA12B7;
}
.TagClassName
{
border-color: #CA12B7;
}
</style>