Shades of Deep Magenta #CA0AC5
Tints of Deep Magenta #CA0AC5
RGB
CMYK
RGB Variations
Color information
#CA0AC5 (or 0xCA0AC5) is known color: Deep Magenta. HEX triplet: CA, 0A and C5. RGB value is (202,10,197). Sum of RGB (Red+Green+Blue) = 202+10+197=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0AC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0AC5 is #35F53A. Grayscale: #585858. Windows color (decimal): -3536187 or 12913354. OLE color: 12913354.
HSL color Cylindrical-coordinate representation of color #CA0AC5: hue angle of 301.56º 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 #CA0AC5 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 197 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.21 |
| HSL | 301.56º | 0.91% | 0.42% | - |
| HSV(B) | 301.56º | 0.95% | 0.79% | - |
| XYZ | 34.54 | 16.8 | 54.25 | - |
| YUV | 88.73 | 189.11 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 197 | 0 | 0.95 | 0.02 | 0.21 | 301.56 | 0.91 | 0.42 |
| Hex | CA | A | C5 | 0 | 5F | 2 | 15 | 12E | 5B | 2A |
| Octal | 312 | 12 | 305 | 0 | 137 | 2 | 25 | 456 | 133 | 52 |
| Binary | 11001010 | 1010 | 11000101 | 0 | 1011111 | 10 | 10101 | 100101110 | 1011011 | 101010 |
Color Harmonies of #CA0AC5
Complementary color
Monochromatic Colors of #CA0AC5
Black with #CA0AC5
Text Example
Text Example
White with #CA0AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0AC5; }
p { color: rgb(202,10,197); }
H1.HeaderClassName
{
color: #CA0AC5;
}
.AnyTagClassName
{
color: #CA0AC5;
}
</style>
background-color css
<style>
a { background-color: #CA0AC5; }
a { background-color: rgb(202,10,197); }
div.DivClassName
{
background-color: #CA0AC5;
}
.BgClassName
{
background-color: #CA0AC5;
}
</style>
border-color css
<style>
span { border-color: #CA0AC5; }
span { border-color: rgb(202,10,197); }
td.TdClassName
{
border-color: #CA0AC5;
}
.TagClassName
{
border-color: #CA0AC5;
}
</style>