Shades of Deep Magenta #C52ACF
Tints of Deep Magenta #C52ACF
RGB
CMYK
RGB Variations
Color information
#C52ACF (or 0xC52ACF) is known color: Deep Magenta. HEX triplet: C5, 2A and CF. RGB value is (197,42,207). Sum of RGB (Red+Green+Blue) = 197+42+207=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #C52ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ACF is #3AD530. Grayscale: #6A6A6A. Windows color (decimal): -3855665 or 13576901. OLE color: 13576901.
HSL color Cylindrical-coordinate representation of color #C52ACF: hue angle of 296.36º 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 #C52ACF is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 42 | 207 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.19 |
| HSL | 296.36º | 0.66% | 0.49% | - |
| HSV(B) | 296.36º | 0.8% | 0.81% | - |
| XYZ | 35.12 | 18.03 | 60.66 | - |
| YUV | 107.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 207 | 0.05 | 0.80 | 0 | 0.19 | 296.36 | 0.66 | 0.49 |
| Hex | C5 | 2A | CF | 5 | 50 | 0 | 13 | 128 | 42 | 31 |
| Octal | 305 | 52 | 317 | 5 | 120 | 0 | 23 | 450 | 102 | 61 |
| Binary | 11000101 | 101010 | 11001111 | 101 | 1010000 | 0 | 10011 | 100101000 | 1000010 | 110001 |
Color Harmonies of #C52ACF
Complementary color
Monochromatic Colors of #C52ACF
Black with #C52ACF
Text Example
Text Example
White with #C52ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52ACF; }
p { color: rgb(197,42,207); }
H1.HeaderClassName
{
color: #C52ACF;
}
.AnyTagClassName
{
color: #C52ACF;
}
</style>
background-color css
<style>
a { background-color: #C52ACF; }
a { background-color: rgb(197,42,207); }
div.DivClassName
{
background-color: #C52ACF;
}
.BgClassName
{
background-color: #C52ACF;
}
</style>
border-color css
<style>
span { border-color: #C52ACF; }
span { border-color: rgb(197,42,207); }
td.TdClassName
{
border-color: #C52ACF;
}
.TagClassName
{
border-color: #C52ACF;
}
</style>