Shades of Deep Magenta #C203D0
Tints of Deep Magenta #C203D0
RGB
CMYK
RGB Variations
Color information
#C203D0 (or 0xC203D0) is known color: Deep Magenta. HEX triplet: C2, 03 and D0. RGB value is (194,3,208). Sum of RGB (Red+Green+Blue) = 194+3+208=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #C203D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203D0 is #3DFC2F. Grayscale: #525252. Windows color (decimal): -4062256 or 13632450. OLE color: 13632450.
HSL color Cylindrical-coordinate representation of color #C203D0: hue angle of 295.9º 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 #C203D0 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 3 | 208 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.18 |
| HSL | 295.9º | 0.97% | 0.41% | - |
| HSV(B) | 295.9º | 0.99% | 0.82% | - |
| XYZ | 33.67 | 16.09 | 61.01 | - |
| YUV | 83.48 | 198.28 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 208 | 0.07 | 0.99 | 0 | 0.18 | 295.9 | 0.97 | 0.41 |
| Hex | C2 | 3 | D0 | 7 | 63 | 0 | 12 | 128 | 61 | 29 |
| Octal | 302 | 3 | 320 | 7 | 143 | 0 | 22 | 450 | 141 | 51 |
| Binary | 11000010 | 11 | 11010000 | 111 | 1100011 | 0 | 10010 | 100101000 | 1100001 | 101001 |
Color Harmonies of #C203D0
Complementary color
Monochromatic Colors of #C203D0
Black with #C203D0
Text Example
Text Example
White with #C203D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203D0; }
p { color: rgb(194,3,208); }
H1.HeaderClassName
{
color: #C203D0;
}
.AnyTagClassName
{
color: #C203D0;
}
</style>
background-color css
<style>
a { background-color: #C203D0; }
a { background-color: rgb(194,3,208); }
div.DivClassName
{
background-color: #C203D0;
}
.BgClassName
{
background-color: #C203D0;
}
</style>
border-color css
<style>
span { border-color: #C203D0; }
span { border-color: rgb(194,3,208); }
td.TdClassName
{
border-color: #C203D0;
}
.TagClassName
{
border-color: #C203D0;
}
</style>