Shades of Deep Magenta #CA15B5
Tints of Deep Magenta #CA15B5
RGB
CMYK
RGB Variations
Color information
#CA15B5 (or 0xCA15B5) is known color: Deep Magenta. HEX triplet: CA, 15 and B5. RGB value is (202,21,181). Sum of RGB (Red+Green+Blue) = 202+21+181=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA15B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15B5 is #35EA4A. Grayscale: #5C5C5C. Windows color (decimal): -3533387 or 11867594. OLE color: 11867594.
HSL color Cylindrical-coordinate representation of color #CA15B5: hue angle of 306.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15B5 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 181 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.21 |
| HSL | 306.96º | 0.81% | 0.44% | - |
| HSV(B) | 306.96º | 0.9% | 0.79% | - |
| XYZ | 32.97 | 16.43 | 45.15 | - |
| YUV | 93.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 181 | 0 | 0.90 | 0.10 | 0.21 | 306.96 | 0.81 | 0.44 |
| Hex | CA | 15 | B5 | 0 | 5A | A | 15 | 133 | 51 | 2C |
| Octal | 312 | 25 | 265 | 0 | 132 | 12 | 25 | 463 | 121 | 54 |
| Binary | 11001010 | 10101 | 10110101 | 0 | 1011010 | 1010 | 10101 | 100110011 | 1010001 | 101100 |
Color Harmonies of #CA15B5
Complementary color
Monochromatic Colors of #CA15B5
Black with #CA15B5
Text Example
Text Example
White with #CA15B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA15B5; }
p { color: rgb(202,21,181); }
H1.HeaderClassName
{
color: #CA15B5;
}
.AnyTagClassName
{
color: #CA15B5;
}
</style>
background-color css
<style>
a { background-color: #CA15B5; }
a { background-color: rgb(202,21,181); }
div.DivClassName
{
background-color: #CA15B5;
}
.BgClassName
{
background-color: #CA15B5;
}
</style>
border-color css
<style>
span { border-color: #CA15B5; }
span { border-color: rgb(202,21,181); }
td.TdClassName
{
border-color: #CA15B5;
}
.TagClassName
{
border-color: #CA15B5;
}
</style>