Shades of Deep Magenta #C50CCF
Tints of Deep Magenta #C50CCF
RGB
CMYK
RGB Variations
Color information
#C50CCF (or 0xC50CCF) is known color: Deep Magenta. HEX triplet: C5, 0C and CF. RGB value is (197,12,207). Sum of RGB (Red+Green+Blue) = 197+12+207=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #C50CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CCF is #3AF330. Grayscale: #585858. Windows color (decimal): -3863345 or 13569221. OLE color: 13569221.
HSL color Cylindrical-coordinate representation of color #C50CCF: hue angle of 296.92º 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 #C50CCF is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 12 | 207 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.19 |
| HSL | 296.92º | 0.89% | 0.43% | - |
| HSV(B) | 296.92º | 0.94% | 0.81% | - |
| XYZ | 34.42 | 16.64 | 60.43 | - |
| YUV | 89.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 207 | 0.05 | 0.94 | 0 | 0.19 | 296.92 | 0.89 | 0.43 |
| Hex | C5 | C | CF | 5 | 5E | 0 | 13 | 129 | 59 | 2B |
| Octal | 305 | 14 | 317 | 5 | 136 | 0 | 23 | 451 | 131 | 53 |
| Binary | 11000101 | 1100 | 11001111 | 101 | 1011110 | 0 | 10011 | 100101001 | 1011001 | 101011 |
Color Harmonies of #C50CCF
Complementary color
Monochromatic Colors of #C50CCF
Black with #C50CCF
Text Example
Text Example
White with #C50CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CCF; }
p { color: rgb(197,12,207); }
H1.HeaderClassName
{
color: #C50CCF;
}
.AnyTagClassName
{
color: #C50CCF;
}
</style>
background-color css
<style>
a { background-color: #C50CCF; }
a { background-color: rgb(197,12,207); }
div.DivClassName
{
background-color: #C50CCF;
}
.BgClassName
{
background-color: #C50CCF;
}
</style>
border-color css
<style>
span { border-color: #C50CCF; }
span { border-color: rgb(197,12,207); }
td.TdClassName
{
border-color: #C50CCF;
}
.TagClassName
{
border-color: #C50CCF;
}
</style>