Shades of Deep Magenta #C505CD
Tints of Deep Magenta #C505CD
RGB
CMYK
RGB Variations
Color information
#C505CD (or 0xC505CD) is known color: Deep Magenta. HEX triplet: C5, 05 and CD. RGB value is (197,5,205). Sum of RGB (Red+Green+Blue) = 197+5+205=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #C505CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505CD is #3AFA32. Grayscale: #545454. Windows color (decimal): -3865139 or 13436357. OLE color: 13436357.
HSL color Cylindrical-coordinate representation of color #C505CD: hue angle of 297.6º degrees, saturation: 0.95, 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 #C505CD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 5 | 205 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.20 |
| HSL | 297.6º | 0.95% | 0.41% | - |
| HSV(B) | 297.6º | 0.98% | 0.8% | - |
| XYZ | 34.1 | 16.39 | 59.12 | - |
| YUV | 85.21 | 195.61 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 205 | 0.04 | 0.98 | 0 | 0.20 | 297.6 | 0.95 | 0.41 |
| Hex | C5 | 5 | CD | 4 | 62 | 0 | 14 | 12A | 5F | 29 |
| Octal | 305 | 5 | 315 | 4 | 142 | 0 | 24 | 452 | 137 | 51 |
| Binary | 11000101 | 101 | 11001101 | 100 | 1100010 | 0 | 10100 | 100101010 | 1011111 | 101001 |
Color Harmonies of #C505CD
Complementary color
Monochromatic Colors of #C505CD
Black with #C505CD
Text Example
Text Example
White with #C505CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505CD; }
p { color: rgb(197,5,205); }
H1.HeaderClassName
{
color: #C505CD;
}
.AnyTagClassName
{
color: #C505CD;
}
</style>
background-color css
<style>
a { background-color: #C505CD; }
a { background-color: rgb(197,5,205); }
div.DivClassName
{
background-color: #C505CD;
}
.BgClassName
{
background-color: #C505CD;
}
</style>
border-color css
<style>
span { border-color: #C505CD; }
span { border-color: rgb(197,5,205); }
td.TdClassName
{
border-color: #C505CD;
}
.TagClassName
{
border-color: #C505CD;
}
</style>