Shades of Deep Magenta #C50CCD
Tints of Deep Magenta #C50CCD
RGB
CMYK
RGB Variations
Color information
#C50CCD (or 0xC50CCD) is known color: Deep Magenta. HEX triplet: C5, 0C and CD. RGB value is (197,12,205). Sum of RGB (Red+Green+Blue) = 197+12+205=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #C50CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CCD is #3AF332. Grayscale: #585858. Windows color (decimal): -3863347 or 13438149. OLE color: 13438149.
HSL color Cylindrical-coordinate representation of color #C50CCD: hue angle of 297.51º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CCD is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 12 | 205 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.20 |
| HSL | 297.51º | 0.89% | 0.43% | - |
| HSV(B) | 297.51º | 0.94% | 0.8% | - |
| XYZ | 34.18 | 16.54 | 59.15 | - |
| YUV | 89.32 | 193.29 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 205 | 0.04 | 0.94 | 0 | 0.20 | 297.51 | 0.89 | 0.43 |
| Hex | C5 | C | CD | 4 | 5E | 0 | 14 | 12A | 59 | 2B |
| Octal | 305 | 14 | 315 | 4 | 136 | 0 | 24 | 452 | 131 | 53 |
| Binary | 11000101 | 1100 | 11001101 | 100 | 1011110 | 0 | 10100 | 100101010 | 1011001 | 101011 |
Color Harmonies of #C50CCD
Complementary color
Monochromatic Colors of #C50CCD
Black with #C50CCD
Text Example
Text Example
White with #C50CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CCD; }
p { color: rgb(197,12,205); }
H1.HeaderClassName
{
color: #C50CCD;
}
.AnyTagClassName
{
color: #C50CCD;
}
</style>
background-color css
<style>
a { background-color: #C50CCD; }
a { background-color: rgb(197,12,205); }
div.DivClassName
{
background-color: #C50CCD;
}
.BgClassName
{
background-color: #C50CCD;
}
</style>
border-color css
<style>
span { border-color: #C50CCD; }
span { border-color: rgb(197,12,205); }
td.TdClassName
{
border-color: #C50CCD;
}
.TagClassName
{
border-color: #C50CCD;
}
</style>