Shades of Deep Magenta #CA09AC
Tints of Deep Magenta #CA09AC
RGB
CMYK
RGB Variations
Color information
#CA09AC (or 0xCA09AC) is known color: Deep Magenta. HEX triplet: CA, 09 and AC. RGB value is (202,9,172). Sum of RGB (Red+Green+Blue) = 202+9+172=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA09AC is #35F653. Grayscale: #545454. Windows color (decimal): -3536468 or 11274698. OLE color: 11274698.
HSL color Cylindrical-coordinate representation of color #CA09AC: hue angle of 309.33º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA09AC is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 172 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.21 |
| HSL | 309.33º | 0.91% | 0.41% | - |
| HSV(B) | 309.33º | 0.96% | 0.79% | - |
| XYZ | 31.9 | 15.73 | 40.38 | - |
| YUV | 85.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 172 | 0 | 0.96 | 0.15 | 0.21 | 309.33 | 0.91 | 0.41 |
| Hex | CA | 9 | AC | 0 | 60 | F | 15 | 135 | 5B | 29 |
| Octal | 312 | 11 | 254 | 0 | 140 | 17 | 25 | 465 | 133 | 51 |
| Binary | 11001010 | 1001 | 10101100 | 0 | 1100000 | 1111 | 10101 | 100110101 | 1011011 | 101001 |
Color Harmonies of #CA09AC
Complementary color
Monochromatic Colors of #CA09AC
Black with #CA09AC
Text Example
Text Example
White with #CA09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09AC; }
p { color: rgb(202,9,172); }
H1.HeaderClassName
{
color: #CA09AC;
}
.AnyTagClassName
{
color: #CA09AC;
}
</style>
background-color css
<style>
a { background-color: #CA09AC; }
a { background-color: rgb(202,9,172); }
div.DivClassName
{
background-color: #CA09AC;
}
.BgClassName
{
background-color: #CA09AC;
}
</style>
border-color css
<style>
span { border-color: #CA09AC; }
span { border-color: rgb(202,9,172); }
td.TdClassName
{
border-color: #CA09AC;
}
.TagClassName
{
border-color: #CA09AC;
}
</style>