Shades of Deep Magenta #C614AB
Tints of Deep Magenta #C614AB
RGB
CMYK
RGB Variations
Color information
#C614AB (or 0xC614AB) is known color: Deep Magenta. HEX triplet: C6, 14 and AB. RGB value is (198,20,171). Sum of RGB (Red+Green+Blue) = 198+20+171=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C614AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C614AB is #39EB54. Grayscale: #5A5A5A. Windows color (decimal): -3795797 or 11211974. OLE color: 11211974.
HSL color Cylindrical-coordinate representation of color #C614AB: hue angle of 309.1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C614AB is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 171 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.22 |
| HSL | 309.1º | 0.82% | 0.43% | - |
| HSV(B) | 309.1º | 0.9% | 0.78% | - |
| XYZ | 30.89 | 15.45 | 39.88 | - |
| YUV | 90.44 | 173.47 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 171 | 0 | 0.90 | 0.14 | 0.22 | 309.1 | 0.82 | 0.43 |
| Hex | C6 | 14 | AB | 0 | 5A | E | 16 | 135 | 52 | 2B |
| Octal | 306 | 24 | 253 | 0 | 132 | 16 | 26 | 465 | 122 | 53 |
| Binary | 11000110 | 10100 | 10101011 | 0 | 1011010 | 1110 | 10110 | 100110101 | 1010010 | 101011 |
Color Harmonies of #C614AB
Complementary color
Monochromatic Colors of #C614AB
Black with #C614AB
Text Example
Text Example
White with #C614AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614AB; }
p { color: rgb(198,20,171); }
H1.HeaderClassName
{
color: #C614AB;
}
.AnyTagClassName
{
color: #C614AB;
}
</style>
background-color css
<style>
a { background-color: #C614AB; }
a { background-color: rgb(198,20,171); }
div.DivClassName
{
background-color: #C614AB;
}
.BgClassName
{
background-color: #C614AB;
}
</style>
border-color css
<style>
span { border-color: #C614AB; }
span { border-color: rgb(198,20,171); }
td.TdClassName
{
border-color: #C614AB;
}
.TagClassName
{
border-color: #C614AB;
}
</style>