Shades of Deep Magenta #CA09BE
Tints of Deep Magenta #CA09BE
RGB
CMYK
RGB Variations
Color information
#CA09BE (or 0xCA09BE) is known color: Deep Magenta. HEX triplet: CA, 09 and BE. RGB value is (202,9,190). Sum of RGB (Red+Green+Blue) = 202+9+190=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA09BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA09BE is #35F641. Grayscale: #565656. Windows color (decimal): -3536450 or 12454346. OLE color: 12454346.
HSL color Cylindrical-coordinate representation of color #CA09BE: hue angle of 303.73º 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 #CA09BE is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 190 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.21 |
| HSL | 303.73º | 0.91% | 0.41% | - |
| HSV(B) | 303.73º | 0.96% | 0.79% | - |
| XYZ | 33.75 | 16.47 | 50.12 | - |
| YUV | 87.34 | 185.94 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 190 | 0 | 0.96 | 0.06 | 0.21 | 303.73 | 0.91 | 0.41 |
| Hex | CA | 9 | BE | 0 | 60 | 6 | 15 | 130 | 5B | 29 |
| Octal | 312 | 11 | 276 | 0 | 140 | 6 | 25 | 460 | 133 | 51 |
| Binary | 11001010 | 1001 | 10111110 | 0 | 1100000 | 110 | 10101 | 100110000 | 1011011 | 101001 |
Color Harmonies of #CA09BE
Complementary color
Monochromatic Colors of #CA09BE
Black with #CA09BE
Text Example
Text Example
White with #CA09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA09BE; }
p { color: rgb(202,9,190); }
H1.HeaderClassName
{
color: #CA09BE;
}
.AnyTagClassName
{
color: #CA09BE;
}
</style>
background-color css
<style>
a { background-color: #CA09BE; }
a { background-color: rgb(202,9,190); }
div.DivClassName
{
background-color: #CA09BE;
}
.BgClassName
{
background-color: #CA09BE;
}
</style>
border-color css
<style>
span { border-color: #CA09BE; }
span { border-color: rgb(202,9,190); }
td.TdClassName
{
border-color: #CA09BE;
}
.TagClassName
{
border-color: #CA09BE;
}
</style>