Shades of Deep Magenta #C505D0
Tints of Deep Magenta #C505D0
RGB
CMYK
RGB Variations
Color information
#C505D0 (or 0xC505D0) is known color: Deep Magenta. HEX triplet: C5, 05 and D0. RGB value is (197,5,208). Sum of RGB (Red+Green+Blue) = 197+5+208=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #C505D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505D0 is #3AFA2F. Grayscale: #545454. Windows color (decimal): -3865136 or 13632965. OLE color: 13632965.
HSL color Cylindrical-coordinate representation of color #C505D0: hue angle of 296.75º 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 #C505D0 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 5 | 208 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.18 |
| HSL | 296.75º | 0.95% | 0.42% | - |
| HSV(B) | 296.75º | 0.98% | 0.82% | - |
| XYZ | 34.47 | 16.53 | 61.05 | - |
| YUV | 85.55 | 197.11 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 208 | 0.05 | 0.98 | 0 | 0.18 | 296.75 | 0.95 | 0.42 |
| Hex | C5 | 5 | D0 | 5 | 62 | 0 | 12 | 129 | 5F | 2A |
| Octal | 305 | 5 | 320 | 5 | 142 | 0 | 22 | 451 | 137 | 52 |
| Binary | 11000101 | 101 | 11010000 | 101 | 1100010 | 0 | 10010 | 100101001 | 1011111 | 101010 |
Color Harmonies of #C505D0
Complementary color
Monochromatic Colors of #C505D0
Black with #C505D0
Text Example
Text Example
White with #C505D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505D0; }
p { color: rgb(197,5,208); }
H1.HeaderClassName
{
color: #C505D0;
}
.AnyTagClassName
{
color: #C505D0;
}
</style>
background-color css
<style>
a { background-color: #C505D0; }
a { background-color: rgb(197,5,208); }
div.DivClassName
{
background-color: #C505D0;
}
.BgClassName
{
background-color: #C505D0;
}
</style>
border-color css
<style>
span { border-color: #C505D0; }
span { border-color: rgb(197,5,208); }
td.TdClassName
{
border-color: #C505D0;
}
.TagClassName
{
border-color: #C505D0;
}
</style>