Shades of Deep Magenta #C505D1
Tints of Deep Magenta #C505D1
RGB
CMYK
RGB Variations
Color information
#C505D1 (or 0xC505D1) is known color: Deep Magenta. HEX triplet: C5, 05 and D1. RGB value is (197,5,209). Sum of RGB (Red+Green+Blue) = 197+5+209=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #C505D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505D1 is #3AFA2E. Grayscale: #555555. Windows color (decimal): -3865135 or 13698501. OLE color: 13698501.
HSL color Cylindrical-coordinate representation of color #C505D1: hue angle of 296.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505D1 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 5 | 209 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.18 |
| HSL | 296.47º | 0.95% | 0.42% | - |
| HSV(B) | 296.47º | 0.98% | 0.82% | - |
| XYZ | 34.59 | 16.58 | 61.7 | - |
| YUV | 85.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 209 | 0.06 | 0.98 | 0 | 0.18 | 296.47 | 0.95 | 0.42 |
| Hex | C5 | 5 | D1 | 6 | 62 | 0 | 12 | 128 | 5F | 2A |
| Octal | 305 | 5 | 321 | 6 | 142 | 0 | 22 | 450 | 137 | 52 |
| Binary | 11000101 | 101 | 11010001 | 110 | 1100010 | 0 | 10010 | 100101000 | 1011111 | 101010 |
Color Harmonies of #C505D1
Complementary color
Monochromatic Colors of #C505D1
Black with #C505D1
Text Example
Text Example
White with #C505D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505D1; }
p { color: rgb(197,5,209); }
H1.HeaderClassName
{
color: #C505D1;
}
.AnyTagClassName
{
color: #C505D1;
}
</style>
background-color css
<style>
a { background-color: #C505D1; }
a { background-color: rgb(197,5,209); }
div.DivClassName
{
background-color: #C505D1;
}
.BgClassName
{
background-color: #C505D1;
}
</style>
border-color css
<style>
span { border-color: #C505D1; }
span { border-color: rgb(197,5,209); }
td.TdClassName
{
border-color: #C505D1;
}
.TagClassName
{
border-color: #C505D1;
}
</style>