Shades of Deep Magenta #CA0CDB
Tints of Deep Magenta #CA0CDB
RGB
CMYK
RGB Variations
Color information
#CA0CDB (or 0xCA0CDB) is known color: Deep Magenta. HEX triplet: CA, 0C and DB. RGB value is (202,12,219). Sum of RGB (Red+Green+Blue) = 202+12+219=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CDB is #35F324. Grayscale: #5B5B5B. Windows color (decimal): -3535653 or 14355658. OLE color: 14355658.
HSL color Cylindrical-coordinate representation of color #CA0CDB: hue angle of 295.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0CDB is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 12 | 219 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.14 |
| HSL | 295.07º | 0.9% | 0.45% | - |
| HSV(B) | 295.07º | 0.95% | 0.86% | - |
| XYZ | 37.27 | 17.93 | 68.51 | - |
| YUV | 92.41 | 199.45 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 219 | 0.08 | 0.95 | 0 | 0.14 | 295.07 | 0.9 | 0.45 |
| Hex | CA | C | DB | 8 | 5F | 0 | E | 127 | 5A | 2D |
| Octal | 312 | 14 | 333 | 10 | 137 | 0 | 16 | 447 | 132 | 55 |
| Binary | 11001010 | 1100 | 11011011 | 1000 | 1011111 | 0 | 1110 | 100100111 | 1011010 | 101101 |
Color Harmonies of #CA0CDB
Complementary color
Monochromatic Colors of #CA0CDB
Black with #CA0CDB
Text Example
Text Example
White with #CA0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CDB; }
p { color: rgb(202,12,219); }
H1.HeaderClassName
{
color: #CA0CDB;
}
.AnyTagClassName
{
color: #CA0CDB;
}
</style>
background-color css
<style>
a { background-color: #CA0CDB; }
a { background-color: rgb(202,12,219); }
div.DivClassName
{
background-color: #CA0CDB;
}
.BgClassName
{
background-color: #CA0CDB;
}
</style>
border-color css
<style>
span { border-color: #CA0CDB; }
span { border-color: rgb(202,12,219); }
td.TdClassName
{
border-color: #CA0CDB;
}
.TagClassName
{
border-color: #CA0CDB;
}
</style>