Shades of Deep Magenta #C20BD3
Tints of Deep Magenta #C20BD3
RGB
CMYK
RGB Variations
Color information
#C20BD3 (or 0xC20BD3) is known color: Deep Magenta. HEX triplet: C2, 0B and D3. RGB value is (194,11,211). Sum of RGB (Red+Green+Blue) = 194+11+211=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #C20BD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BD3 is #3DF42C. Grayscale: #575757. Windows color (decimal): -4060205 or 13831106. OLE color: 13831106.
HSL color Cylindrical-coordinate representation of color #C20BD3: hue angle of 294.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BD3 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 11 | 211 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.17 |
| HSL | 294.9º | 0.9% | 0.44% | - |
| HSV(B) | 294.9º | 0.95% | 0.83% | - |
| XYZ | 34.13 | 16.41 | 63 | - |
| YUV | 88.52 | 197.13 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 211 | 0.08 | 0.95 | 0 | 0.17 | 294.9 | 0.9 | 0.44 |
| Hex | C2 | B | D3 | 8 | 5F | 0 | 11 | 127 | 5A | 2C |
| Octal | 302 | 13 | 323 | 10 | 137 | 0 | 21 | 447 | 132 | 54 |
| Binary | 11000010 | 1011 | 11010011 | 1000 | 1011111 | 0 | 10001 | 100100111 | 1011010 | 101100 |
Color Harmonies of #C20BD3
Complementary color
Monochromatic Colors of #C20BD3
Black with #C20BD3
Text Example
Text Example
White with #C20BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BD3; }
p { color: rgb(194,11,211); }
H1.HeaderClassName
{
color: #C20BD3;
}
.AnyTagClassName
{
color: #C20BD3;
}
</style>
background-color css
<style>
a { background-color: #C20BD3; }
a { background-color: rgb(194,11,211); }
div.DivClassName
{
background-color: #C20BD3;
}
.BgClassName
{
background-color: #C20BD3;
}
</style>
border-color css
<style>
span { border-color: #C20BD3; }
span { border-color: rgb(194,11,211); }
td.TdClassName
{
border-color: #C20BD3;
}
.TagClassName
{
border-color: #C20BD3;
}
</style>