Shades of Deep Magenta #C504C3
Tints of Deep Magenta #C504C3
RGB
CMYK
RGB Variations
Color information
#C504C3 (or 0xC504C3) is known color: Deep Magenta. HEX triplet: C5, 04 and C3. RGB value is (197,4,195). Sum of RGB (Red+Green+Blue) = 197+4+195=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C504C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504C3 is #3AFB3C. Grayscale: #525252. Windows color (decimal): -3865405 or 12780741. OLE color: 12780741.
HSL color Cylindrical-coordinate representation of color #C504C3: hue angle of 300.62º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504C3 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 195 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.23 |
| HSL | 300.62º | 0.96% | 0.39% | - |
| HSV(B) | 300.62º | 0.98% | 0.77% | - |
| XYZ | 32.92 | 15.9 | 52.96 | - |
| YUV | 83.48 | 190.94 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 195 | 0 | 0.98 | 0.01 | 0.23 | 300.62 | 0.96 | 0.39 |
| Hex | C5 | 4 | C3 | 0 | 62 | 1 | 17 | 12D | 60 | 27 |
| Octal | 305 | 4 | 303 | 0 | 142 | 1 | 27 | 455 | 140 | 47 |
| Binary | 11000101 | 100 | 11000011 | 0 | 1100010 | 1 | 10111 | 100101101 | 1100000 | 100111 |
Color Harmonies of #C504C3
Complementary color
Monochromatic Colors of #C504C3
Black with #C504C3
Text Example
Text Example
White with #C504C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504C3; }
p { color: rgb(197,4,195); }
H1.HeaderClassName
{
color: #C504C3;
}
.AnyTagClassName
{
color: #C504C3;
}
</style>
background-color css
<style>
a { background-color: #C504C3; }
a { background-color: rgb(197,4,195); }
div.DivClassName
{
background-color: #C504C3;
}
.BgClassName
{
background-color: #C504C3;
}
</style>
border-color css
<style>
span { border-color: #C504C3; }
span { border-color: rgb(197,4,195); }
td.TdClassName
{
border-color: #C504C3;
}
.TagClassName
{
border-color: #C504C3;
}
</style>