Shades of Deep Magenta #C50CCC
Tints of Deep Magenta #C50CCC
RGB
CMYK
RGB Variations
Color information
#C50CCC (or 0xC50CCC) is known color: Deep Magenta. HEX triplet: C5, 0C and CC. RGB value is (197,12,204). Sum of RGB (Red+Green+Blue) = 197+12+204=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #C50CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CCC is #3AF333. Grayscale: #585858. Windows color (decimal): -3863348 or 13372613. OLE color: 13372613.
HSL color Cylindrical-coordinate representation of color #C50CCC: hue angle of 297.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CCC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 12 | 204 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.2 |
| HSL | 297.81º | 0.89% | 0.42% | - |
| HSV(B) | 297.81º | 0.94% | 0.8% | - |
| XYZ | 34.06 | 16.49 | 58.52 | - |
| YUV | 89.2 | 192.79 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 204 | 0.03 | 0.94 | 0 | 0.2 | 297.81 | 0.89 | 0.42 |
| Hex | C5 | C | CC | 3 | 5E | 0 | 14 | 12A | 59 | 2A |
| Octal | 305 | 14 | 314 | 3 | 136 | 0 | 24 | 452 | 131 | 52 |
| Binary | 11000101 | 1100 | 11001100 | 11 | 1011110 | 0 | 10100 | 100101010 | 1011001 | 101010 |
Color Harmonies of #C50CCC
Complementary color
Monochromatic Colors of #C50CCC
Black with #C50CCC
Text Example
Text Example
White with #C50CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CCC; }
p { color: rgb(197,12,204); }
H1.HeaderClassName
{
color: #C50CCC;
}
.AnyTagClassName
{
color: #C50CCC;
}
</style>
background-color css
<style>
a { background-color: #C50CCC; }
a { background-color: rgb(197,12,204); }
div.DivClassName
{
background-color: #C50CCC;
}
.BgClassName
{
background-color: #C50CCC;
}
</style>
border-color css
<style>
span { border-color: #C50CCC; }
span { border-color: rgb(197,12,204); }
td.TdClassName
{
border-color: #C50CCC;
}
.TagClassName
{
border-color: #C50CCC;
}
</style>