Shades of Deep Magenta #CA16D4
Tints of Deep Magenta #CA16D4
RGB
CMYK
RGB Variations
Color information
#CA16D4 (or 0xCA16D4) is known color: Deep Magenta. HEX triplet: CA, 16 and D4. RGB value is (202,22,212). Sum of RGB (Red+Green+Blue) = 202+22+212=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA16D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA16D4 is #35E92B. Grayscale: #606060. Windows color (decimal): -3533100 or 13899466. OLE color: 13899466.
HSL color Cylindrical-coordinate representation of color #CA16D4: hue angle of 296.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA16D4 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 22 | 212 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.17 |
| HSL | 296.84º | 0.81% | 0.46% | - |
| HSV(B) | 296.84º | 0.9% | 0.83% | - |
| XYZ | 36.53 | 17.88 | 63.81 | - |
| YUV | 97.48 | 192.63 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 212 | 0.05 | 0.90 | 0 | 0.17 | 296.84 | 0.81 | 0.46 |
| Hex | CA | 16 | D4 | 5 | 5A | 0 | 11 | 129 | 51 | 2E |
| Octal | 312 | 26 | 324 | 5 | 132 | 0 | 21 | 451 | 121 | 56 |
| Binary | 11001010 | 10110 | 11010100 | 101 | 1011010 | 0 | 10001 | 100101001 | 1010001 | 101110 |
Color Harmonies of #CA16D4
Complementary color
Monochromatic Colors of #CA16D4
Black with #CA16D4
Text Example
Text Example
White with #CA16D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16D4; }
p { color: rgb(202,22,212); }
H1.HeaderClassName
{
color: #CA16D4;
}
.AnyTagClassName
{
color: #CA16D4;
}
</style>
background-color css
<style>
a { background-color: #CA16D4; }
a { background-color: rgb(202,22,212); }
div.DivClassName
{
background-color: #CA16D4;
}
.BgClassName
{
background-color: #CA16D4;
}
</style>
border-color css
<style>
span { border-color: #CA16D4; }
span { border-color: rgb(202,22,212); }
td.TdClassName
{
border-color: #CA16D4;
}
.TagClassName
{
border-color: #CA16D4;
}
</style>