Shades of Deep Magenta #C014B6
Tints of Deep Magenta #C014B6
RGB
CMYK
RGB Variations
Color information
#C014B6 (or 0xC014B6) is known color: Deep Magenta. HEX triplet: C0, 14 and B6. RGB value is (192,20,182). Sum of RGB (Red+Green+Blue) = 192+20+182=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C014B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C014B6 is #3FEB49. Grayscale: #595959. Windows color (decimal): -4189002 or 11932864. OLE color: 11932864.
HSL color Cylindrical-coordinate representation of color #C014B6: hue angle of 303.49º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C014B6 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 182 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.25 |
| HSL | 303.49º | 0.81% | 0.42% | - |
| HSV(B) | 303.49º | 0.9% | 0.75% | - |
| XYZ | 30.43 | 15.08 | 45.56 | - |
| YUV | 89.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 182 | 0 | 0.90 | 0.05 | 0.25 | 303.49 | 0.81 | 0.42 |
| Hex | C0 | 14 | B6 | 0 | 5A | 5 | 19 | 12F | 51 | 2A |
| Octal | 300 | 24 | 266 | 0 | 132 | 5 | 31 | 457 | 121 | 52 |
| Binary | 11000000 | 10100 | 10110110 | 0 | 1011010 | 101 | 11001 | 100101111 | 1010001 | 101010 |
Color Harmonies of #C014B6
Complementary color
Monochromatic Colors of #C014B6
Black with #C014B6
Text Example
Text Example
White with #C014B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014B6; }
p { color: rgb(192,20,182); }
H1.HeaderClassName
{
color: #C014B6;
}
.AnyTagClassName
{
color: #C014B6;
}
</style>
background-color css
<style>
a { background-color: #C014B6; }
a { background-color: rgb(192,20,182); }
div.DivClassName
{
background-color: #C014B6;
}
.BgClassName
{
background-color: #C014B6;
}
</style>
border-color css
<style>
span { border-color: #C014B6; }
span { border-color: rgb(192,20,182); }
td.TdClassName
{
border-color: #C014B6;
}
.TagClassName
{
border-color: #C014B6;
}
</style>