Shades of Deep Magenta #C50CCE
Tints of Deep Magenta #C50CCE
RGB
CMYK
RGB Variations
Color information
#C50CCE (or 0xC50CCE) is known color: Deep Magenta. HEX triplet: C5, 0C and CE. RGB value is (197,12,206). Sum of RGB (Red+Green+Blue) = 197+12+206=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #C50CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CCE is #3AF331. Grayscale: #585858. Windows color (decimal): -3863346 or 13503685. OLE color: 13503685.
HSL color Cylindrical-coordinate representation of color #C50CCE: hue angle of 297.22º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CCE is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 12 | 206 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.19 |
| HSL | 297.22º | 0.89% | 0.43% | - |
| HSV(B) | 297.22º | 0.94% | 0.81% | - |
| XYZ | 34.3 | 16.59 | 59.79 | - |
| YUV | 89.43 | 193.79 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 206 | 0.04 | 0.94 | 0 | 0.19 | 297.22 | 0.89 | 0.43 |
| Hex | C5 | C | CE | 4 | 5E | 0 | 13 | 129 | 59 | 2B |
| Octal | 305 | 14 | 316 | 4 | 136 | 0 | 23 | 451 | 131 | 53 |
| Binary | 11000101 | 1100 | 11001110 | 100 | 1011110 | 0 | 10011 | 100101001 | 1011001 | 101011 |
Color Harmonies of #C50CCE
Complementary color
Monochromatic Colors of #C50CCE
Black with #C50CCE
Text Example
Text Example
White with #C50CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CCE; }
p { color: rgb(197,12,206); }
H1.HeaderClassName
{
color: #C50CCE;
}
.AnyTagClassName
{
color: #C50CCE;
}
</style>
background-color css
<style>
a { background-color: #C50CCE; }
a { background-color: rgb(197,12,206); }
div.DivClassName
{
background-color: #C50CCE;
}
.BgClassName
{
background-color: #C50CCE;
}
</style>
border-color css
<style>
span { border-color: #C50CCE; }
span { border-color: rgb(197,12,206); }
td.TdClassName
{
border-color: #C50CCE;
}
.TagClassName
{
border-color: #C50CCE;
}
</style>