Shades of Deep Magenta #CA16E6
Tints of Deep Magenta #CA16E6
RGB
CMYK
RGB Variations
Color information
#CA16E6 (or 0xCA16E6) is known color: Deep Magenta. HEX triplet: CA, 16 and E6. RGB value is (202,22,230). Sum of RGB (Red+Green+Blue) = 202+22+230=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA16E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16E6 is #35E919. Grayscale: #626262. Windows color (decimal): -3533082 or 15079114. OLE color: 15079114.
HSL color Cylindrical-coordinate representation of color #CA16E6: hue angle of 291.92º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA16E6 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 22 | 230 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.10 |
| HSL | 291.92º | 0.83% | 0.49% | - |
| HSV(B) | 291.92º | 0.9% | 0.9% | - |
| XYZ | 38.93 | 18.84 | 76.45 | - |
| YUV | 99.53 | 201.63 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 230 | 0.12 | 0.90 | 0 | 0.10 | 291.92 | 0.83 | 0.49 |
| Hex | CA | 16 | E6 | C | 5A | 0 | A | 124 | 53 | 31 |
| Octal | 312 | 26 | 346 | 14 | 132 | 0 | 12 | 444 | 123 | 61 |
| Binary | 11001010 | 10110 | 11100110 | 1100 | 1011010 | 0 | 1010 | 100100100 | 1010011 | 110001 |
Color Harmonies of #CA16E6
Complementary color
Monochromatic Colors of #CA16E6
Black with #CA16E6
Text Example
Text Example
White with #CA16E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA16E6; }
p { color: rgb(202,22,230); }
H1.HeaderClassName
{
color: #CA16E6;
}
.AnyTagClassName
{
color: #CA16E6;
}
</style>
background-color css
<style>
a { background-color: #CA16E6; }
a { background-color: rgb(202,22,230); }
div.DivClassName
{
background-color: #CA16E6;
}
.BgClassName
{
background-color: #CA16E6;
}
</style>
border-color css
<style>
span { border-color: #CA16E6; }
span { border-color: rgb(202,22,230); }
td.TdClassName
{
border-color: #CA16E6;
}
.TagClassName
{
border-color: #CA16E6;
}
</style>