Shades of Deep Magenta #CA0AC7
Tints of Deep Magenta #CA0AC7
RGB
CMYK
RGB Variations
Color information
#CA0AC7 (or 0xCA0AC7) is known color: Deep Magenta. HEX triplet: CA, 0A and C7. RGB value is (202,10,199). Sum of RGB (Red+Green+Blue) = 202+10+199=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0AC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0AC7 is #35F538. Grayscale: #585858. Windows color (decimal): -3536185 or 13044426. OLE color: 13044426.
HSL color Cylindrical-coordinate representation of color #CA0AC7: hue angle of 300.94º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0AC7 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 199 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.21 |
| HSL | 300.94º | 0.91% | 0.42% | - |
| HSV(B) | 300.94º | 0.95% | 0.79% | - |
| XYZ | 34.77 | 16.9 | 55.46 | - |
| YUV | 88.95 | 190.11 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 199 | 0 | 0.95 | 0.01 | 0.21 | 300.94 | 0.91 | 0.42 |
| Hex | CA | A | C7 | 0 | 5F | 1 | 15 | 12D | 5B | 2A |
| Octal | 312 | 12 | 307 | 0 | 137 | 1 | 25 | 455 | 133 | 52 |
| Binary | 11001010 | 1010 | 11000111 | 0 | 1011111 | 1 | 10101 | 100101101 | 1011011 | 101010 |
Color Harmonies of #CA0AC7
Complementary color
Monochromatic Colors of #CA0AC7
Black with #CA0AC7
Text Example
Text Example
White with #CA0AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0AC7; }
p { color: rgb(202,10,199); }
H1.HeaderClassName
{
color: #CA0AC7;
}
.AnyTagClassName
{
color: #CA0AC7;
}
</style>
background-color css
<style>
a { background-color: #CA0AC7; }
a { background-color: rgb(202,10,199); }
div.DivClassName
{
background-color: #CA0AC7;
}
.BgClassName
{
background-color: #CA0AC7;
}
</style>
border-color css
<style>
span { border-color: #CA0AC7; }
span { border-color: rgb(202,10,199); }
td.TdClassName
{
border-color: #CA0AC7;
}
.TagClassName
{
border-color: #CA0AC7;
}
</style>