Shades of Deep Magenta #CA13DD
Tints of Deep Magenta #CA13DD
RGB
CMYK
RGB Variations
Color information
#CA13DD (or 0xCA13DD) is known color: Deep Magenta. HEX triplet: CA, 13 and DD. RGB value is (202,19,221). Sum of RGB (Red+Green+Blue) = 202+19+221=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA13DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13DD is #35EC22. Grayscale: #606060. Windows color (decimal): -3533859 or 14488522. OLE color: 14488522.
HSL color Cylindrical-coordinate representation of color #CA13DD: hue angle of 294.36º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA13DD is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 19 | 221 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.13 |
| HSL | 294.36º | 0.84% | 0.47% | - |
| HSV(B) | 294.36º | 0.91% | 0.87% | - |
| XYZ | 37.64 | 18.24 | 69.94 | - |
| YUV | 96.75 | 198.13 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 221 | 0.09 | 0.91 | 0 | 0.13 | 294.36 | 0.84 | 0.47 |
| Hex | CA | 13 | DD | 9 | 5B | 0 | D | 126 | 54 | 2F |
| Octal | 312 | 23 | 335 | 11 | 133 | 0 | 15 | 446 | 124 | 57 |
| Binary | 11001010 | 10011 | 11011101 | 1001 | 1011011 | 0 | 1101 | 100100110 | 1010100 | 101111 |
Color Harmonies of #CA13DD
Complementary color
Monochromatic Colors of #CA13DD
Black with #CA13DD
Text Example
Text Example
White with #CA13DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13DD; }
p { color: rgb(202,19,221); }
H1.HeaderClassName
{
color: #CA13DD;
}
.AnyTagClassName
{
color: #CA13DD;
}
</style>
background-color css
<style>
a { background-color: #CA13DD; }
a { background-color: rgb(202,19,221); }
div.DivClassName
{
background-color: #CA13DD;
}
.BgClassName
{
background-color: #CA13DD;
}
</style>
border-color css
<style>
span { border-color: #CA13DD; }
span { border-color: rgb(202,19,221); }
td.TdClassName
{
border-color: #CA13DD;
}
.TagClassName
{
border-color: #CA13DD;
}
</style>