Shades of Deep Magenta #C50CDD
Tints of Deep Magenta #C50CDD
RGB
CMYK
RGB Variations
Color information
#C50CDD (or 0xC50CDD) is known color: Deep Magenta. HEX triplet: C5, 0C and DD. RGB value is (197,12,221). Sum of RGB (Red+Green+Blue) = 197+12+221=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #C50CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CDD is #3AF322. Grayscale: #5A5A5A. Windows color (decimal): -3863331 or 14486725. OLE color: 14486725.
HSL color Cylindrical-coordinate representation of color #C50CDD: hue angle of 293.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50CDD is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 12 | 221 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.13 |
| HSL | 293.11º | 0.9% | 0.46% | - |
| HSV(B) | 293.11º | 0.95% | 0.87% | - |
| XYZ | 36.21 | 17.35 | 69.85 | - |
| YUV | 91.14 | 201.29 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 221 | 0.11 | 0.95 | 0 | 0.13 | 293.11 | 0.9 | 0.46 |
| Hex | C5 | C | DD | B | 5F | 0 | D | 125 | 5A | 2E |
| Octal | 305 | 14 | 335 | 13 | 137 | 0 | 15 | 445 | 132 | 56 |
| Binary | 11000101 | 1100 | 11011101 | 1011 | 1011111 | 0 | 1101 | 100100101 | 1011010 | 101110 |
Color Harmonies of #C50CDD
Complementary color
Monochromatic Colors of #C50CDD
Black with #C50CDD
Text Example
Text Example
White with #C50CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CDD; }
p { color: rgb(197,12,221); }
H1.HeaderClassName
{
color: #C50CDD;
}
.AnyTagClassName
{
color: #C50CDD;
}
</style>
background-color css
<style>
a { background-color: #C50CDD; }
a { background-color: rgb(197,12,221); }
div.DivClassName
{
background-color: #C50CDD;
}
.BgClassName
{
background-color: #C50CDD;
}
</style>
border-color css
<style>
span { border-color: #C50CDD; }
span { border-color: rgb(197,12,221); }
td.TdClassName
{
border-color: #C50CDD;
}
.TagClassName
{
border-color: #C50CDD;
}
</style>