Shades of Deep Magenta #C50CDC
Tints of Deep Magenta #C50CDC
RGB
CMYK
RGB Variations
Color information
#C50CDC (or 0xC50CDC) is known color: Deep Magenta. HEX triplet: C5, 0C and DC. RGB value is (197,12,220). Sum of RGB (Red+Green+Blue) = 197+12+220=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #C50CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CDC is #3AF323. Grayscale: #5A5A5A. Windows color (decimal): -3863332 or 14421189. OLE color: 14421189.
HSL color Cylindrical-coordinate representation of color #C50CDC: hue angle of 293.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50CDC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 12 | 220 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.14 |
| HSL | 293.37º | 0.9% | 0.45% | - |
| HSV(B) | 293.37º | 0.95% | 0.86% | - |
| XYZ | 36.08 | 17.3 | 69.15 | - |
| YUV | 91.03 | 200.79 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 220 | 0.10 | 0.95 | 0 | 0.14 | 293.37 | 0.9 | 0.45 |
| Hex | C5 | C | DC | A | 5F | 0 | E | 125 | 5A | 2D |
| Octal | 305 | 14 | 334 | 12 | 137 | 0 | 16 | 445 | 132 | 55 |
| Binary | 11000101 | 1100 | 11011100 | 1010 | 1011111 | 0 | 1110 | 100100101 | 1011010 | 101101 |
Color Harmonies of #C50CDC
Complementary color
Monochromatic Colors of #C50CDC
Black with #C50CDC
Text Example
Text Example
White with #C50CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CDC; }
p { color: rgb(197,12,220); }
H1.HeaderClassName
{
color: #C50CDC;
}
.AnyTagClassName
{
color: #C50CDC;
}
</style>
background-color css
<style>
a { background-color: #C50CDC; }
a { background-color: rgb(197,12,220); }
div.DivClassName
{
background-color: #C50CDC;
}
.BgClassName
{
background-color: #C50CDC;
}
</style>
border-color css
<style>
span { border-color: #C50CDC; }
span { border-color: rgb(197,12,220); }
td.TdClassName
{
border-color: #C50CDC;
}
.TagClassName
{
border-color: #C50CDC;
}
</style>