Shades of Deep Magenta #CA0CC1
Tints of Deep Magenta #CA0CC1
RGB
CMYK
RGB Variations
Color information
#CA0CC1 (or 0xCA0CC1) is known color: Deep Magenta. HEX triplet: CA, 0C and C1. RGB value is (202,12,193). Sum of RGB (Red+Green+Blue) = 202+12+193=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CC1 is #35F33E. Grayscale: #585858. Windows color (decimal): -3535679 or 12651722. OLE color: 12651722.
HSL color Cylindrical-coordinate representation of color #CA0CC1: hue angle of 302.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0CC1 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 193 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.21 |
| HSL | 302.84º | 0.89% | 0.42% | - |
| HSV(B) | 302.84º | 0.94% | 0.79% | - |
| XYZ | 34.11 | 16.67 | 51.87 | - |
| YUV | 89.44 | 186.45 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 193 | 0 | 0.94 | 0.04 | 0.21 | 302.84 | 0.89 | 0.42 |
| Hex | CA | C | C1 | 0 | 5E | 4 | 15 | 12F | 59 | 2A |
| Octal | 312 | 14 | 301 | 0 | 136 | 4 | 25 | 457 | 131 | 52 |
| Binary | 11001010 | 1100 | 11000001 | 0 | 1011110 | 100 | 10101 | 100101111 | 1011001 | 101010 |
Color Harmonies of #CA0CC1
Complementary color
Monochromatic Colors of #CA0CC1
Black with #CA0CC1
Text Example
Text Example
White with #CA0CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CC1; }
p { color: rgb(202,12,193); }
H1.HeaderClassName
{
color: #CA0CC1;
}
.AnyTagClassName
{
color: #CA0CC1;
}
</style>
background-color css
<style>
a { background-color: #CA0CC1; }
a { background-color: rgb(202,12,193); }
div.DivClassName
{
background-color: #CA0CC1;
}
.BgClassName
{
background-color: #CA0CC1;
}
</style>
border-color css
<style>
span { border-color: #CA0CC1; }
span { border-color: rgb(202,12,193); }
td.TdClassName
{
border-color: #CA0CC1;
}
.TagClassName
{
border-color: #CA0CC1;
}
</style>