Shades of Deep Magenta #CA12E6
Tints of Deep Magenta #CA12E6
RGB
CMYK
RGB Variations
Color information
#CA12E6 (or 0xCA12E6) is known color: Deep Magenta. HEX triplet: CA, 12 and E6. RGB value is (202,18,230). Sum of RGB (Red+Green+Blue) = 202+18+230=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA12E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA12E6 is #35ED19. Grayscale: #606060. Windows color (decimal): -3534106 or 15078090. OLE color: 15078090.
HSL color Cylindrical-coordinate representation of color #CA12E6: hue angle of 292.08º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA12E6 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 18 | 230 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.10 |
| HSL | 292.08º | 0.85% | 0.49% | - |
| HSV(B) | 292.08º | 0.92% | 0.9% | - |
| XYZ | 38.86 | 18.7 | 76.42 | - |
| YUV | 97.18 | 202.96 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 230 | 0.12 | 0.92 | 0 | 0.10 | 292.08 | 0.85 | 0.49 |
| Hex | CA | 12 | E6 | C | 5C | 0 | A | 124 | 55 | 31 |
| Octal | 312 | 22 | 346 | 14 | 134 | 0 | 12 | 444 | 125 | 61 |
| Binary | 11001010 | 10010 | 11100110 | 1100 | 1011100 | 0 | 1010 | 100100100 | 1010101 | 110001 |
Color Harmonies of #CA12E6
Complementary color
Monochromatic Colors of #CA12E6
Black with #CA12E6
Text Example
Text Example
White with #CA12E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12E6; }
p { color: rgb(202,18,230); }
H1.HeaderClassName
{
color: #CA12E6;
}
.AnyTagClassName
{
color: #CA12E6;
}
</style>
background-color css
<style>
a { background-color: #CA12E6; }
a { background-color: rgb(202,18,230); }
div.DivClassName
{
background-color: #CA12E6;
}
.BgClassName
{
background-color: #CA12E6;
}
</style>
border-color css
<style>
span { border-color: #CA12E6; }
span { border-color: rgb(202,18,230); }
td.TdClassName
{
border-color: #CA12E6;
}
.TagClassName
{
border-color: #CA12E6;
}
</style>