Shades of Deep Magenta #CA09C7
Tints of Deep Magenta #CA09C7
RGB
CMYK
RGB Variations
Color information
#CA09C7 (or 0xCA09C7) is known color: Deep Magenta. HEX triplet: CA, 09 and C7. RGB value is (202,9,199). Sum of RGB (Red+Green+Blue) = 202+9+199=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 199 (78.12% from 255 or 48.54% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09C7 is #35F638. Grayscale: #575757. Windows color (decimal): -3536441 or 13044170. OLE color: 13044170.
HSL color Cylindrical-coordinate representation of color #CA09C7: hue angle of 300.93º 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 #CA09C7 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 199 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.21 |
| HSL | 300.93º | 0.91% | 0.41% | - |
| HSV(B) | 300.93º | 0.96% | 0.79% | - |
| XYZ | 34.76 | 16.88 | 55.46 | - |
| YUV | 88.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 199 | 0 | 0.96 | 0.01 | 0.21 | 300.93 | 0.91 | 0.41 |
| Hex | CA | 9 | C7 | 0 | 60 | 1 | 15 | 12D | 5B | 29 |
| Octal | 312 | 11 | 307 | 0 | 140 | 1 | 25 | 455 | 133 | 51 |
| Binary | 11001010 | 1001 | 11000111 | 0 | 1100000 | 1 | 10101 | 100101101 | 1011011 | 101001 |
Color Harmonies of #CA09C7
Complementary color
Monochromatic Colors of #CA09C7
Black with #CA09C7
Text Example
Text Example
White with #CA09C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09C7; }
p { color: rgb(202,9,199); }
H1.HeaderClassName
{
color: #CA09C7;
}
.AnyTagClassName
{
color: #CA09C7;
}
</style>
background-color css
<style>
a { background-color: #CA09C7; }
a { background-color: rgb(202,9,199); }
div.DivClassName
{
background-color: #CA09C7;
}
.BgClassName
{
background-color: #CA09C7;
}
</style>
border-color css
<style>
span { border-color: #CA09C7; }
span { border-color: rgb(202,9,199); }
td.TdClassName
{
border-color: #CA09C7;
}
.TagClassName
{
border-color: #CA09C7;
}
</style>