Shades of Deep Magenta #C505DD
Tints of Deep Magenta #C505DD
RGB
CMYK
RGB Variations
Color information
#C505DD (or 0xC505DD) is known color: Deep Magenta. HEX triplet: C5, 05 and DD. RGB value is (197,5,221). Sum of RGB (Red+Green+Blue) = 197+5+221=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #C505DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505DD is #3AFA22. Grayscale: #565656. Windows color (decimal): -3865123 or 14484933. OLE color: 14484933.
HSL color Cylindrical-coordinate representation of color #C505DD: hue angle of 293.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505DD is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 5 | 221 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.13 |
| HSL | 293.33º | 0.96% | 0.44% | - |
| HSV(B) | 293.33º | 0.98% | 0.87% | - |
| XYZ | 36.13 | 17.2 | 69.82 | - |
| YUV | 87.03 | 203.61 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 221 | 0.11 | 0.98 | 0 | 0.13 | 293.33 | 0.96 | 0.44 |
| Hex | C5 | 5 | DD | B | 62 | 0 | D | 125 | 60 | 2C |
| Octal | 305 | 5 | 335 | 13 | 142 | 0 | 15 | 445 | 140 | 54 |
| Binary | 11000101 | 101 | 11011101 | 1011 | 1100010 | 0 | 1101 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C505DD
Complementary color
Monochromatic Colors of #C505DD
Black with #C505DD
Text Example
Text Example
White with #C505DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505DD; }
p { color: rgb(197,5,221); }
H1.HeaderClassName
{
color: #C505DD;
}
.AnyTagClassName
{
color: #C505DD;
}
</style>
background-color css
<style>
a { background-color: #C505DD; }
a { background-color: rgb(197,5,221); }
div.DivClassName
{
background-color: #C505DD;
}
.BgClassName
{
background-color: #C505DD;
}
</style>
border-color css
<style>
span { border-color: #C505DD; }
span { border-color: rgb(197,5,221); }
td.TdClassName
{
border-color: #C505DD;
}
.TagClassName
{
border-color: #C505DD;
}
</style>