Shades of Deep Magenta #CA18B9
Tints of Deep Magenta #CA18B9
RGB
CMYK
RGB Variations
Color information
#CA18B9 (or 0xCA18B9) is known color: Deep Magenta. HEX triplet: CA, 18 and B9. RGB value is (202,24,185). Sum of RGB (Red+Green+Blue) = 202+24+185=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA18B9 is #35E746. Grayscale: #5F5F5F. Windows color (decimal): -3532615 or 12130506. OLE color: 12130506.
HSL color Cylindrical-coordinate representation of color #CA18B9: hue angle of 305.73º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA18B9 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 185 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.21 |
| HSL | 305.73º | 0.79% | 0.44% | - |
| HSV(B) | 305.73º | 0.88% | 0.79% | - |
| XYZ | 33.44 | 16.71 | 47.36 | - |
| YUV | 95.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 185 | 0 | 0.88 | 0.08 | 0.21 | 305.73 | 0.79 | 0.44 |
| Hex | CA | 18 | B9 | 0 | 58 | 8 | 15 | 132 | 4F | 2C |
| Octal | 312 | 30 | 271 | 0 | 130 | 10 | 25 | 462 | 117 | 54 |
| Binary | 11001010 | 11000 | 10111001 | 0 | 1011000 | 1000 | 10101 | 100110010 | 1001111 | 101100 |
Color Harmonies of #CA18B9
Complementary color
Monochromatic Colors of #CA18B9
Black with #CA18B9
Text Example
Text Example
White with #CA18B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18B9; }
p { color: rgb(202,24,185); }
H1.HeaderClassName
{
color: #CA18B9;
}
.AnyTagClassName
{
color: #CA18B9;
}
</style>
background-color css
<style>
a { background-color: #CA18B9; }
a { background-color: rgb(202,24,185); }
div.DivClassName
{
background-color: #CA18B9;
}
.BgClassName
{
background-color: #CA18B9;
}
</style>
border-color css
<style>
span { border-color: #CA18B9; }
span { border-color: rgb(202,24,185); }
td.TdClassName
{
border-color: #CA18B9;
}
.TagClassName
{
border-color: #CA18B9;
}
</style>