Shades of Deep Magenta #CA14BD
Tints of Deep Magenta #CA14BD
RGB
CMYK
RGB Variations
Color information
#CA14BD (or 0xCA14BD) is known color: Deep Magenta. HEX triplet: CA, 14 and BD. RGB value is (202,20,189). Sum of RGB (Red+Green+Blue) = 202+20+189=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA14BD is #35EB42. Grayscale: #5D5D5D. Windows color (decimal): -3533635 or 12391626. OLE color: 12391626.
HSL color Cylindrical-coordinate representation of color #CA14BD: hue angle of 304.29º 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 #CA14BD is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 189 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.21 |
| HSL | 304.29º | 0.82% | 0.44% | - |
| HSV(B) | 304.29º | 0.9% | 0.79% | - |
| XYZ | 33.79 | 16.73 | 49.59 | - |
| YUV | 93.68 | 181.8 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 189 | 0 | 0.90 | 0.06 | 0.21 | 304.29 | 0.82 | 0.44 |
| Hex | CA | 14 | BD | 0 | 5A | 6 | 15 | 130 | 52 | 2C |
| Octal | 312 | 24 | 275 | 0 | 132 | 6 | 25 | 460 | 122 | 54 |
| Binary | 11001010 | 10100 | 10111101 | 0 | 1011010 | 110 | 10101 | 100110000 | 1010010 | 101100 |
Color Harmonies of #CA14BD
Complementary color
Monochromatic Colors of #CA14BD
Black with #CA14BD
Text Example
Text Example
White with #CA14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14BD; }
p { color: rgb(202,20,189); }
H1.HeaderClassName
{
color: #CA14BD;
}
.AnyTagClassName
{
color: #CA14BD;
}
</style>
background-color css
<style>
a { background-color: #CA14BD; }
a { background-color: rgb(202,20,189); }
div.DivClassName
{
background-color: #CA14BD;
}
.BgClassName
{
background-color: #CA14BD;
}
</style>
border-color css
<style>
span { border-color: #CA14BD; }
span { border-color: rgb(202,20,189); }
td.TdClassName
{
border-color: #CA14BD;
}
.TagClassName
{
border-color: #CA14BD;
}
</style>