Shades of Deep Magenta #CA0AD3
Tints of Deep Magenta #CA0AD3
RGB
CMYK
RGB Variations
Color information
#CA0AD3 (or 0xCA0AD3) is known color: Deep Magenta. HEX triplet: CA, 0A and D3. RGB value is (202,10,211). Sum of RGB (Red+Green+Blue) = 202+10+211=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA0AD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0AD3 is #35F52C. Grayscale: #595959. Windows color (decimal): -3536173 or 13830858. OLE color: 13830858.
HSL color Cylindrical-coordinate representation of color #CA0AD3: hue angle of 297.31º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0AD3 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 10 | 211 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.17 |
| HSL | 297.31º | 0.91% | 0.43% | - |
| HSV(B) | 297.31º | 0.95% | 0.83% | - |
| XYZ | 36.22 | 17.48 | 63.09 | - |
| YUV | 90.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 211 | 0.04 | 0.95 | 0 | 0.17 | 297.31 | 0.91 | 0.43 |
| Hex | CA | A | D3 | 4 | 5F | 0 | 11 | 129 | 5B | 2B |
| Octal | 312 | 12 | 323 | 4 | 137 | 0 | 21 | 451 | 133 | 53 |
| Binary | 11001010 | 1010 | 11010011 | 100 | 1011111 | 0 | 10001 | 100101001 | 1011011 | 101011 |
Color Harmonies of #CA0AD3
Complementary color
Monochromatic Colors of #CA0AD3
Black with #CA0AD3
Text Example
Text Example
White with #CA0AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0AD3; }
p { color: rgb(202,10,211); }
H1.HeaderClassName
{
color: #CA0AD3;
}
.AnyTagClassName
{
color: #CA0AD3;
}
</style>
background-color css
<style>
a { background-color: #CA0AD3; }
a { background-color: rgb(202,10,211); }
div.DivClassName
{
background-color: #CA0AD3;
}
.BgClassName
{
background-color: #CA0AD3;
}
</style>
border-color css
<style>
span { border-color: #CA0AD3; }
span { border-color: rgb(202,10,211); }
td.TdClassName
{
border-color: #CA0AD3;
}
.TagClassName
{
border-color: #CA0AD3;
}
</style>