Shades of Deep Magenta #C504CD
Tints of Deep Magenta #C504CD
RGB
CMYK
RGB Variations
Color information
#C504CD (or 0xC504CD) is known color: Deep Magenta. HEX triplet: C5, 04 and CD. RGB value is (197,4,205). Sum of RGB (Red+Green+Blue) = 197+4+205=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #C504CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504CD is #3AFB32. Grayscale: #545454. Windows color (decimal): -3865395 or 13436101. OLE color: 13436101.
HSL color Cylindrical-coordinate representation of color #C504CD: hue angle of 297.61º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504CD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 4 | 205 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.20 |
| HSL | 297.61º | 0.96% | 0.41% | - |
| HSV(B) | 297.61º | 0.98% | 0.8% | - |
| XYZ | 34.09 | 16.36 | 59.12 | - |
| YUV | 84.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 205 | 0.04 | 0.98 | 0 | 0.20 | 297.61 | 0.96 | 0.41 |
| Hex | C5 | 4 | CD | 4 | 62 | 0 | 14 | 12A | 60 | 29 |
| Octal | 305 | 4 | 315 | 4 | 142 | 0 | 24 | 452 | 140 | 51 |
| Binary | 11000101 | 100 | 11001101 | 100 | 1100010 | 0 | 10100 | 100101010 | 1100000 | 101001 |
Color Harmonies of #C504CD
Complementary color
Monochromatic Colors of #C504CD
Black with #C504CD
Text Example
Text Example
White with #C504CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504CD; }
p { color: rgb(197,4,205); }
H1.HeaderClassName
{
color: #C504CD;
}
.AnyTagClassName
{
color: #C504CD;
}
</style>
background-color css
<style>
a { background-color: #C504CD; }
a { background-color: rgb(197,4,205); }
div.DivClassName
{
background-color: #C504CD;
}
.BgClassName
{
background-color: #C504CD;
}
</style>
border-color css
<style>
span { border-color: #C504CD; }
span { border-color: rgb(197,4,205); }
td.TdClassName
{
border-color: #C504CD;
}
.TagClassName
{
border-color: #C504CD;
}
</style>