Shades of Deep Magenta #CA09C1
Tints of Deep Magenta #CA09C1
RGB
CMYK
RGB Variations
Color information
#CA09C1 (or 0xCA09C1) is known color: Deep Magenta. HEX triplet: CA, 09 and C1. RGB value is (202,9,193). Sum of RGB (Red+Green+Blue) = 202+9+193=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09C1 is #35F63E. Grayscale: #575757. Windows color (decimal): -3536447 or 12650954. OLE color: 12650954.
HSL color Cylindrical-coordinate representation of color #CA09C1: hue angle of 302.8º 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 #CA09C1 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 193 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.21 |
| HSL | 302.8º | 0.91% | 0.41% | - |
| HSV(B) | 302.8º | 0.96% | 0.79% | - |
| XYZ | 34.08 | 16.6 | 51.86 | - |
| YUV | 87.68 | 187.44 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 193 | 0 | 0.96 | 0.04 | 0.21 | 302.8 | 0.91 | 0.41 |
| Hex | CA | 9 | C1 | 0 | 60 | 4 | 15 | 12F | 5B | 29 |
| Octal | 312 | 11 | 301 | 0 | 140 | 4 | 25 | 457 | 133 | 51 |
| Binary | 11001010 | 1001 | 11000001 | 0 | 1100000 | 100 | 10101 | 100101111 | 1011011 | 101001 |
Color Harmonies of #CA09C1
Complementary color
Monochromatic Colors of #CA09C1
Black with #CA09C1
Text Example
Text Example
White with #CA09C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09C1; }
p { color: rgb(202,9,193); }
H1.HeaderClassName
{
color: #CA09C1;
}
.AnyTagClassName
{
color: #CA09C1;
}
</style>
background-color css
<style>
a { background-color: #CA09C1; }
a { background-color: rgb(202,9,193); }
div.DivClassName
{
background-color: #CA09C1;
}
.BgClassName
{
background-color: #CA09C1;
}
</style>
border-color css
<style>
span { border-color: #CA09C1; }
span { border-color: rgb(202,9,193); }
td.TdClassName
{
border-color: #CA09C1;
}
.TagClassName
{
border-color: #CA09C1;
}
</style>