Shades of Deep Magenta #C72ADB
Tints of Deep Magenta #C72ADB
RGB
CMYK
RGB Variations
Color information
#C72ADB (or 0xC72ADB) is known color: Deep Magenta. HEX triplet: C7, 2A and DB. RGB value is (199,42,219). Sum of RGB (Red+Green+Blue) = 199+42+219=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #C72ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ADB is #38D524. Grayscale: #6C6C6C. Windows color (decimal): -3724581 or 14363335. OLE color: 14363335.
HSL color Cylindrical-coordinate representation of color #C72ADB: hue angle of 293.22º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72ADB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 42 | 219 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.14 |
| HSL | 293.22º | 0.71% | 0.51% | - |
| HSV(B) | 293.22º | 0.81% | 0.86% | - |
| XYZ | 37.17 | 18.91 | 68.71 | - |
| YUV | 109.12 | 190.01 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 219 | 0.09 | 0.81 | 0 | 0.14 | 293.22 | 0.71 | 0.51 |
| Hex | C7 | 2A | DB | 9 | 51 | 0 | E | 125 | 47 | 33 |
| Octal | 307 | 52 | 333 | 11 | 121 | 0 | 16 | 445 | 107 | 63 |
| Binary | 11000111 | 101010 | 11011011 | 1001 | 1010001 | 0 | 1110 | 100100101 | 1000111 | 110011 |
Color Harmonies of #C72ADB
Complementary color
Monochromatic Colors of #C72ADB
Black with #C72ADB
Text Example
Text Example
White with #C72ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72ADB; }
p { color: rgb(199,42,219); }
H1.HeaderClassName
{
color: #C72ADB;
}
.AnyTagClassName
{
color: #C72ADB;
}
</style>
background-color css
<style>
a { background-color: #C72ADB; }
a { background-color: rgb(199,42,219); }
div.DivClassName
{
background-color: #C72ADB;
}
.BgClassName
{
background-color: #C72ADB;
}
</style>
border-color css
<style>
span { border-color: #C72ADB; }
span { border-color: rgb(199,42,219); }
td.TdClassName
{
border-color: #C72ADB;
}
.TagClassName
{
border-color: #C72ADB;
}
</style>