Shades of Deep Magenta #CA09B9
Tints of Deep Magenta #CA09B9
RGB
CMYK
RGB Variations
Color information
#CA09B9 (or 0xCA09B9) is known color: Deep Magenta. HEX triplet: CA, 09 and B9. RGB value is (202,9,185). Sum of RGB (Red+Green+Blue) = 202+9+185=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09B9 is #35F646. Grayscale: #565656. Windows color (decimal): -3536455 or 12126666. OLE color: 12126666.
HSL color Cylindrical-coordinate representation of color #CA09B9: hue angle of 305.28º 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 #CA09B9 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 185 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.21 |
| HSL | 305.29º | 0.91% | 0.41% | - |
| HSV(B) | 305.29º | 0.96% | 0.79% | - |
| XYZ | 33.21 | 16.25 | 47.29 | - |
| YUV | 86.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 185 | 0 | 0.96 | 0.08 | 0.21 | 305.29 | 0.91 | 0.41 |
| Hex | CA | 9 | B9 | 0 | 60 | 8 | 15 | 131 | 5B | 29 |
| Octal | 312 | 11 | 271 | 0 | 140 | 10 | 25 | 461 | 133 | 51 |
| Binary | 11001010 | 1001 | 10111001 | 0 | 1100000 | 1000 | 10101 | 100110001 | 1011011 | 101001 |
Color Harmonies of #CA09B9
Complementary color
Monochromatic Colors of #CA09B9
Black with #CA09B9
Text Example
Text Example
White with #CA09B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09B9; }
p { color: rgb(202,9,185); }
H1.HeaderClassName
{
color: #CA09B9;
}
.AnyTagClassName
{
color: #CA09B9;
}
</style>
background-color css
<style>
a { background-color: #CA09B9; }
a { background-color: rgb(202,9,185); }
div.DivClassName
{
background-color: #CA09B9;
}
.BgClassName
{
background-color: #CA09B9;
}
</style>
border-color css
<style>
span { border-color: #CA09B9; }
span { border-color: rgb(202,9,185); }
td.TdClassName
{
border-color: #CA09B9;
}
.TagClassName
{
border-color: #CA09B9;
}
</style>