Shades of Deep Magenta #CA14B5
Tints of Deep Magenta #CA14B5
RGB
CMYK
RGB Variations
Color information
#CA14B5 (or 0xCA14B5) is known color: Deep Magenta. HEX triplet: CA, 14 and B5. RGB value is (202,20,181). Sum of RGB (Red+Green+Blue) = 202+20+181=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA14B5 is #35EB4A. Grayscale: #5C5C5C. Windows color (decimal): -3533643 or 11867338. OLE color: 11867338.
HSL color Cylindrical-coordinate representation of color #CA14B5: hue angle of 306.92º degrees, saturation: 0.82, 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 #CA14B5 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 181 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.21 |
| HSL | 306.92º | 0.82% | 0.44% | - |
| HSV(B) | 306.92º | 0.9% | 0.79% | - |
| XYZ | 32.95 | 16.39 | 45.14 | - |
| YUV | 92.77 | 177.8 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 181 | 0 | 0.90 | 0.10 | 0.21 | 306.92 | 0.82 | 0.44 |
| Hex | CA | 14 | B5 | 0 | 5A | A | 15 | 133 | 52 | 2C |
| Octal | 312 | 24 | 265 | 0 | 132 | 12 | 25 | 463 | 122 | 54 |
| Binary | 11001010 | 10100 | 10110101 | 0 | 1011010 | 1010 | 10101 | 100110011 | 1010010 | 101100 |
Color Harmonies of #CA14B5
Complementary color
Monochromatic Colors of #CA14B5
Black with #CA14B5
Text Example
Text Example
White with #CA14B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14B5; }
p { color: rgb(202,20,181); }
H1.HeaderClassName
{
color: #CA14B5;
}
.AnyTagClassName
{
color: #CA14B5;
}
</style>
background-color css
<style>
a { background-color: #CA14B5; }
a { background-color: rgb(202,20,181); }
div.DivClassName
{
background-color: #CA14B5;
}
.BgClassName
{
background-color: #CA14B5;
}
</style>
border-color css
<style>
span { border-color: #CA14B5; }
span { border-color: rgb(202,20,181); }
td.TdClassName
{
border-color: #CA14B5;
}
.TagClassName
{
border-color: #CA14B5;
}
</style>