Shades of Deep Magenta #C72ACF
Tints of Deep Magenta #C72ACF
RGB
CMYK
RGB Variations
Color information
#C72ACF (or 0xC72ACF) is known color: Deep Magenta. HEX triplet: C7, 2A and CF. RGB value is (199,42,207). Sum of RGB (Red+Green+Blue) = 199+42+207=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #C72ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ACF is #38D530. Grayscale: #6B6B6B. Windows color (decimal): -3724593 or 13576903. OLE color: 13576903.
HSL color Cylindrical-coordinate representation of color #C72ACF: hue angle of 297.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72ACF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 42 | 207 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.19 |
| HSL | 297.09º | 0.66% | 0.49% | - |
| HSV(B) | 297.09º | 0.8% | 0.81% | - |
| XYZ | 35.64 | 18.3 | 60.69 | - |
| YUV | 107.75 | 184.01 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 207 | 0.04 | 0.80 | 0 | 0.19 | 297.09 | 0.66 | 0.49 |
| Hex | C7 | 2A | CF | 4 | 50 | 0 | 13 | 129 | 42 | 31 |
| Octal | 307 | 52 | 317 | 4 | 120 | 0 | 23 | 451 | 102 | 61 |
| Binary | 11000111 | 101010 | 11001111 | 100 | 1010000 | 0 | 10011 | 100101001 | 1000010 | 110001 |
Color Harmonies of #C72ACF
Complementary color
Monochromatic Colors of #C72ACF
Black with #C72ACF
Text Example
Text Example
White with #C72ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72ACF; }
p { color: rgb(199,42,207); }
H1.HeaderClassName
{
color: #C72ACF;
}
.AnyTagClassName
{
color: #C72ACF;
}
</style>
background-color css
<style>
a { background-color: #C72ACF; }
a { background-color: rgb(199,42,207); }
div.DivClassName
{
background-color: #C72ACF;
}
.BgClassName
{
background-color: #C72ACF;
}
</style>
border-color css
<style>
span { border-color: #C72ACF; }
span { border-color: rgb(199,42,207); }
td.TdClassName
{
border-color: #C72ACF;
}
.TagClassName
{
border-color: #C72ACF;
}
</style>