Shades of Deep Magenta #C72ACD
Tints of Deep Magenta #C72ACD
RGB
CMYK
RGB Variations
Color information
#C72ACD (or 0xC72ACD) is known color: Deep Magenta. HEX triplet: C7, 2A and CD. RGB value is (199,42,205). Sum of RGB (Red+Green+Blue) = 199+42+205=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #C72ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ACD is #38D532. Grayscale: #6B6B6B. Windows color (decimal): -3724595 or 13445831. OLE color: 13445831.
HSL color Cylindrical-coordinate representation of color #C72ACD: hue angle of 297.79º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72ACD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 42 | 205 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.20 |
| HSL | 297.79º | 0.66% | 0.48% | - |
| HSV(B) | 297.79º | 0.8% | 0.8% | - |
| XYZ | 35.4 | 18.21 | 59.41 | - |
| YUV | 107.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 205 | 0.03 | 0.80 | 0 | 0.20 | 297.79 | 0.66 | 0.48 |
| Hex | C7 | 2A | CD | 3 | 50 | 0 | 14 | 12A | 42 | 30 |
| Octal | 307 | 52 | 315 | 3 | 120 | 0 | 24 | 452 | 102 | 60 |
| Binary | 11000111 | 101010 | 11001101 | 11 | 1010000 | 0 | 10100 | 100101010 | 1000010 | 110000 |
Color Harmonies of #C72ACD
Complementary color
Monochromatic Colors of #C72ACD
Black with #C72ACD
Text Example
Text Example
White with #C72ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72ACD; }
p { color: rgb(199,42,205); }
H1.HeaderClassName
{
color: #C72ACD;
}
.AnyTagClassName
{
color: #C72ACD;
}
</style>
background-color css
<style>
a { background-color: #C72ACD; }
a { background-color: rgb(199,42,205); }
div.DivClassName
{
background-color: #C72ACD;
}
.BgClassName
{
background-color: #C72ACD;
}
</style>
border-color css
<style>
span { border-color: #C72ACD; }
span { border-color: rgb(199,42,205); }
td.TdClassName
{
border-color: #C72ACD;
}
.TagClassName
{
border-color: #C72ACD;
}
</style>