Shades of Deep Magenta #C50ACC
Tints of Deep Magenta #C50ACC
RGB
CMYK
RGB Variations
Color information
#C50ACC (or 0xC50ACC) is known color: Deep Magenta. HEX triplet: C5, 0A and CC. RGB value is (197,10,204). Sum of RGB (Red+Green+Blue) = 197+10+204=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #C50ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50ACC is #3AF533. Grayscale: #575757. Windows color (decimal): -3863860 or 13372101. OLE color: 13372101.
HSL color Cylindrical-coordinate representation of color #C50ACC: hue angle of 297.84º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50ACC is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 10 | 204 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.2 |
| HSL | 297.84º | 0.91% | 0.42% | - |
| HSV(B) | 297.84º | 0.95% | 0.8% | - |
| XYZ | 34.03 | 16.45 | 58.51 | - |
| YUV | 88.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 204 | 0.03 | 0.95 | 0 | 0.2 | 297.84 | 0.91 | 0.42 |
| Hex | C5 | A | CC | 3 | 5F | 0 | 14 | 12A | 5B | 2A |
| Octal | 305 | 12 | 314 | 3 | 137 | 0 | 24 | 452 | 133 | 52 |
| Binary | 11000101 | 1010 | 11001100 | 11 | 1011111 | 0 | 10100 | 100101010 | 1011011 | 101010 |
Color Harmonies of #C50ACC
Complementary color
Monochromatic Colors of #C50ACC
Black with #C50ACC
Text Example
Text Example
White with #C50ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50ACC; }
p { color: rgb(197,10,204); }
H1.HeaderClassName
{
color: #C50ACC;
}
.AnyTagClassName
{
color: #C50ACC;
}
</style>
background-color css
<style>
a { background-color: #C50ACC; }
a { background-color: rgb(197,10,204); }
div.DivClassName
{
background-color: #C50ACC;
}
.BgClassName
{
background-color: #C50ACC;
}
</style>
border-color css
<style>
span { border-color: #C50ACC; }
span { border-color: rgb(197,10,204); }
td.TdClassName
{
border-color: #C50ACC;
}
.TagClassName
{
border-color: #C50ACC;
}
</style>