Shades of Deep Magenta #CA13DC
Tints of Deep Magenta #CA13DC
RGB
CMYK
RGB Variations
Color information
#CA13DC (or 0xCA13DC) is known color: Deep Magenta. HEX triplet: CA, 13 and DC. RGB value is (202,19,220). Sum of RGB (Red+Green+Blue) = 202+19+220=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA13DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13DC is #35EC23. Grayscale: #606060. Windows color (decimal): -3533860 or 14422986. OLE color: 14422986.
HSL color Cylindrical-coordinate representation of color #CA13DC: hue angle of 294.63º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA13DC is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 19 | 220 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.14 |
| HSL | 294.63º | 0.84% | 0.47% | - |
| HSV(B) | 294.63º | 0.91% | 0.86% | - |
| XYZ | 37.51 | 18.19 | 69.24 | - |
| YUV | 96.63 | 197.63 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 220 | 0.08 | 0.91 | 0 | 0.14 | 294.63 | 0.84 | 0.47 |
| Hex | CA | 13 | DC | 8 | 5B | 0 | E | 127 | 54 | 2F |
| Octal | 312 | 23 | 334 | 10 | 133 | 0 | 16 | 447 | 124 | 57 |
| Binary | 11001010 | 10011 | 11011100 | 1000 | 1011011 | 0 | 1110 | 100100111 | 1010100 | 101111 |
Color Harmonies of #CA13DC
Complementary color
Monochromatic Colors of #CA13DC
Black with #CA13DC
Text Example
Text Example
White with #CA13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13DC; }
p { color: rgb(202,19,220); }
H1.HeaderClassName
{
color: #CA13DC;
}
.AnyTagClassName
{
color: #CA13DC;
}
</style>
background-color css
<style>
a { background-color: #CA13DC; }
a { background-color: rgb(202,19,220); }
div.DivClassName
{
background-color: #CA13DC;
}
.BgClassName
{
background-color: #CA13DC;
}
</style>
border-color css
<style>
span { border-color: #CA13DC; }
span { border-color: rgb(202,19,220); }
td.TdClassName
{
border-color: #CA13DC;
}
.TagClassName
{
border-color: #CA13DC;
}
</style>