Shades of Deep Magenta #CA14BC
Tints of Deep Magenta #CA14BC
RGB
CMYK
RGB Variations
Color information
#CA14BC (or 0xCA14BC) is known color: Deep Magenta. HEX triplet: CA, 14 and BC. RGB value is (202,20,188). Sum of RGB (Red+Green+Blue) = 202+20+188=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA14BC is #35EB43. Grayscale: #5D5D5D. Windows color (decimal): -3533636 or 12326090. OLE color: 12326090.
HSL color Cylindrical-coordinate representation of color #CA14BC: hue angle of 304.62º 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 #CA14BC is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 188 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.21 |
| HSL | 304.62º | 0.82% | 0.44% | - |
| HSV(B) | 304.62º | 0.9% | 0.79% | - |
| XYZ | 33.68 | 16.69 | 49.02 | - |
| YUV | 93.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 188 | 0 | 0.90 | 0.07 | 0.21 | 304.62 | 0.82 | 0.44 |
| Hex | CA | 14 | BC | 0 | 5A | 7 | 15 | 131 | 52 | 2C |
| Octal | 312 | 24 | 274 | 0 | 132 | 7 | 25 | 461 | 122 | 54 |
| Binary | 11001010 | 10100 | 10111100 | 0 | 1011010 | 111 | 10101 | 100110001 | 1010010 | 101100 |
Color Harmonies of #CA14BC
Complementary color
Monochromatic Colors of #CA14BC
Black with #CA14BC
Text Example
Text Example
White with #CA14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14BC; }
p { color: rgb(202,20,188); }
H1.HeaderClassName
{
color: #CA14BC;
}
.AnyTagClassName
{
color: #CA14BC;
}
</style>
background-color css
<style>
a { background-color: #CA14BC; }
a { background-color: rgb(202,20,188); }
div.DivClassName
{
background-color: #CA14BC;
}
.BgClassName
{
background-color: #CA14BC;
}
</style>
border-color css
<style>
span { border-color: #CA14BC; }
span { border-color: rgb(202,20,188); }
td.TdClassName
{
border-color: #CA14BC;
}
.TagClassName
{
border-color: #CA14BC;
}
</style>