Shades of Deep Magenta #C20ACF
Tints of Deep Magenta #C20ACF
RGB
CMYK
RGB Variations
Color information
#C20ACF (or 0xC20ACF) is known color: Deep Magenta. HEX triplet: C2, 0A and CF. RGB value is (194,10,207). Sum of RGB (Red+Green+Blue) = 194+10+207=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #C20ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ACF is #3DF530. Grayscale: #565656. Windows color (decimal): -4060465 or 13568706. OLE color: 13568706.
HSL color Cylindrical-coordinate representation of color #C20ACF: hue angle of 296.04º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20ACF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 10 | 207 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.19 |
| HSL | 296.04º | 0.91% | 0.43% | - |
| HSV(B) | 296.04º | 0.95% | 0.81% | - |
| XYZ | 33.62 | 16.19 | 60.38 | - |
| YUV | 87.47 | 195.46 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 207 | 0.06 | 0.95 | 0 | 0.19 | 296.04 | 0.91 | 0.43 |
| Hex | C2 | A | CF | 6 | 5F | 0 | 13 | 128 | 5B | 2B |
| Octal | 302 | 12 | 317 | 6 | 137 | 0 | 23 | 450 | 133 | 53 |
| Binary | 11000010 | 1010 | 11001111 | 110 | 1011111 | 0 | 10011 | 100101000 | 1011011 | 101011 |
Color Harmonies of #C20ACF
Complementary color
Monochromatic Colors of #C20ACF
Black with #C20ACF
Text Example
Text Example
White with #C20ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ACF; }
p { color: rgb(194,10,207); }
H1.HeaderClassName
{
color: #C20ACF;
}
.AnyTagClassName
{
color: #C20ACF;
}
</style>
background-color css
<style>
a { background-color: #C20ACF; }
a { background-color: rgb(194,10,207); }
div.DivClassName
{
background-color: #C20ACF;
}
.BgClassName
{
background-color: #C20ACF;
}
</style>
border-color css
<style>
span { border-color: #C20ACF; }
span { border-color: rgb(194,10,207); }
td.TdClassName
{
border-color: #C20ACF;
}
.TagClassName
{
border-color: #C20ACF;
}
</style>