Shades of Deep Magenta #CA14BE
Tints of Deep Magenta #CA14BE
RGB
CMYK
RGB Variations
Color information
#CA14BE (or 0xCA14BE) is known color: Deep Magenta. HEX triplet: CA, 14 and BE. RGB value is (202,20,190). Sum of RGB (Red+Green+Blue) = 202+20+190=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA14BE is #35EB41. Grayscale: #5D5D5D. Windows color (decimal): -3533634 or 12457162. OLE color: 12457162.
HSL color Cylindrical-coordinate representation of color #CA14BE: hue angle of 303.96º 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 #CA14BE is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 190 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.21 |
| HSL | 303.96º | 0.82% | 0.44% | - |
| HSV(B) | 303.96º | 0.9% | 0.79% | - |
| XYZ | 33.9 | 16.77 | 50.17 | - |
| YUV | 93.8 | 182.3 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 190 | 0 | 0.90 | 0.06 | 0.21 | 303.96 | 0.82 | 0.44 |
| Hex | CA | 14 | BE | 0 | 5A | 6 | 15 | 130 | 52 | 2C |
| Octal | 312 | 24 | 276 | 0 | 132 | 6 | 25 | 460 | 122 | 54 |
| Binary | 11001010 | 10100 | 10111110 | 0 | 1011010 | 110 | 10101 | 100110000 | 1010010 | 101100 |
Color Harmonies of #CA14BE
Complementary color
Monochromatic Colors of #CA14BE
Black with #CA14BE
Text Example
Text Example
White with #CA14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14BE; }
p { color: rgb(202,20,190); }
H1.HeaderClassName
{
color: #CA14BE;
}
.AnyTagClassName
{
color: #CA14BE;
}
</style>
background-color css
<style>
a { background-color: #CA14BE; }
a { background-color: rgb(202,20,190); }
div.DivClassName
{
background-color: #CA14BE;
}
.BgClassName
{
background-color: #CA14BE;
}
</style>
border-color css
<style>
span { border-color: #CA14BE; }
span { border-color: rgb(202,20,190); }
td.TdClassName
{
border-color: #CA14BE;
}
.TagClassName
{
border-color: #CA14BE;
}
</style>