Shades of Deep Magenta #C50BD2
Tints of Deep Magenta #C50BD2
RGB
CMYK
RGB Variations
Color information
#C50BD2 (or 0xC50BD2) is known color: Deep Magenta. HEX triplet: C5, 0B and D2. RGB value is (197,11,210). Sum of RGB (Red+Green+Blue) = 197+11+210=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #C50BD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BD2 is #3AF42D. Grayscale: #585858. Windows color (decimal): -3863598 or 13765573. OLE color: 13765573.
HSL color Cylindrical-coordinate representation of color #C50BD2: hue angle of 296.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BD2 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 11 | 210 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.18 |
| HSL | 296.08º | 0.9% | 0.43% | - |
| HSV(B) | 296.08º | 0.95% | 0.82% | - |
| XYZ | 34.78 | 16.76 | 62.38 | - |
| YUV | 89.3 | 196.12 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 210 | 0.06 | 0.95 | 0 | 0.18 | 296.08 | 0.9 | 0.43 |
| Hex | C5 | B | D2 | 6 | 5F | 0 | 12 | 128 | 5A | 2B |
| Octal | 305 | 13 | 322 | 6 | 137 | 0 | 22 | 450 | 132 | 53 |
| Binary | 11000101 | 1011 | 11010010 | 110 | 1011111 | 0 | 10010 | 100101000 | 1011010 | 101011 |
Color Harmonies of #C50BD2
Complementary color
Monochromatic Colors of #C50BD2
Black with #C50BD2
Text Example
Text Example
White with #C50BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BD2; }
p { color: rgb(197,11,210); }
H1.HeaderClassName
{
color: #C50BD2;
}
.AnyTagClassName
{
color: #C50BD2;
}
</style>
background-color css
<style>
a { background-color: #C50BD2; }
a { background-color: rgb(197,11,210); }
div.DivClassName
{
background-color: #C50BD2;
}
.BgClassName
{
background-color: #C50BD2;
}
</style>
border-color css
<style>
span { border-color: #C50BD2; }
span { border-color: rgb(197,11,210); }
td.TdClassName
{
border-color: #C50BD2;
}
.TagClassName
{
border-color: #C50BD2;
}
</style>