Shades of Deep Magenta #C003D0
Tints of Deep Magenta #C003D0
RGB
CMYK
RGB Variations
Color information
#C003D0 (or 0xC003D0) is known color: Deep Magenta. HEX triplet: C0, 03 and D0. RGB value is (192,3,208). Sum of RGB (Red+Green+Blue) = 192+3+208=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #C003D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003D0 is #3FFC2F. Grayscale: #525252. Windows color (decimal): -4193328 or 13632448. OLE color: 13632448.
HSL color Cylindrical-coordinate representation of color #C003D0: hue angle of 295.32º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003D0 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 3 | 208 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.18 |
| HSL | 295.32º | 0.97% | 0.41% | - |
| HSV(B) | 295.32º | 0.99% | 0.82% | - |
| XYZ | 33.16 | 15.83 | 60.98 | - |
| YUV | 82.88 | 198.62 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 208 | 0.08 | 0.99 | 0 | 0.18 | 295.32 | 0.97 | 0.41 |
| Hex | C0 | 3 | D0 | 8 | 63 | 0 | 12 | 127 | 61 | 29 |
| Octal | 300 | 3 | 320 | 10 | 143 | 0 | 22 | 447 | 141 | 51 |
| Binary | 11000000 | 11 | 11010000 | 1000 | 1100011 | 0 | 10010 | 100100111 | 1100001 | 101001 |
Color Harmonies of #C003D0
Complementary color
Monochromatic Colors of #C003D0
Black with #C003D0
Text Example
Text Example
White with #C003D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003D0; }
p { color: rgb(192,3,208); }
H1.HeaderClassName
{
color: #C003D0;
}
.AnyTagClassName
{
color: #C003D0;
}
</style>
background-color css
<style>
a { background-color: #C003D0; }
a { background-color: rgb(192,3,208); }
div.DivClassName
{
background-color: #C003D0;
}
.BgClassName
{
background-color: #C003D0;
}
</style>
border-color css
<style>
span { border-color: #C003D0; }
span { border-color: rgb(192,3,208); }
td.TdClassName
{
border-color: #C003D0;
}
.TagClassName
{
border-color: #C003D0;
}
</style>