Shades of Deep Magenta #C203AB
Tints of Deep Magenta #C203AB
RGB
CMYK
RGB Variations
Color information
#C203AB (or 0xC203AB) is known color: Deep Magenta. HEX triplet: C2, 03 and AB. RGB value is (194,3,171). Sum of RGB (Red+Green+Blue) = 194+3+171=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C203AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C203AB is #3DFC54. Grayscale: #4E4E4E. Windows color (decimal): -4062293 or 11207618. OLE color: 11207618.
HSL color Cylindrical-coordinate representation of color #C203AB: hue angle of 307.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C203AB is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 171 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.24 |
| HSL | 307.23º | 0.97% | 0.39% | - |
| HSV(B) | 307.23º | 0.98% | 0.76% | - |
| XYZ | 29.63 | 14.47 | 39.76 | - |
| YUV | 79.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 171 | 0 | 0.98 | 0.12 | 0.24 | 307.23 | 0.97 | 0.39 |
| Hex | C2 | 3 | AB | 0 | 62 | C | 18 | 133 | 61 | 27 |
| Octal | 302 | 3 | 253 | 0 | 142 | 14 | 30 | 463 | 141 | 47 |
| Binary | 11000010 | 11 | 10101011 | 0 | 1100010 | 1100 | 11000 | 100110011 | 1100001 | 100111 |
Color Harmonies of #C203AB
Complementary color
Monochromatic Colors of #C203AB
Black with #C203AB
Text Example
Text Example
White with #C203AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203AB; }
p { color: rgb(194,3,171); }
H1.HeaderClassName
{
color: #C203AB;
}
.AnyTagClassName
{
color: #C203AB;
}
</style>
background-color css
<style>
a { background-color: #C203AB; }
a { background-color: rgb(194,3,171); }
div.DivClassName
{
background-color: #C203AB;
}
.BgClassName
{
background-color: #C203AB;
}
</style>
border-color css
<style>
span { border-color: #C203AB; }
span { border-color: rgb(194,3,171); }
td.TdClassName
{
border-color: #C203AB;
}
.TagClassName
{
border-color: #C203AB;
}
</style>