Shades of Deep Magenta #C203BC
Tints of Deep Magenta #C203BC
RGB
CMYK
RGB Variations
Color information
#C203BC (or 0xC203BC) is known color: Deep Magenta. HEX triplet: C2, 03 and BC. RGB value is (194,3,188). Sum of RGB (Red+Green+Blue) = 194+3+188=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C203BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203BC is #3DFC43. Grayscale: #505050. Windows color (decimal): -4062276 or 12321730. OLE color: 12321730.
HSL color Cylindrical-coordinate representation of color #C203BC: hue angle of 301.88º 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 #C203BC is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 188 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.24 |
| HSL | 301.88º | 0.97% | 0.39% | - |
| HSV(B) | 301.88º | 0.98% | 0.76% | - |
| XYZ | 31.36 | 15.17 | 48.85 | - |
| YUV | 81.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 188 | 0 | 0.98 | 0.03 | 0.24 | 301.88 | 0.97 | 0.39 |
| Hex | C2 | 3 | BC | 0 | 62 | 3 | 18 | 12E | 61 | 27 |
| Octal | 302 | 3 | 274 | 0 | 142 | 3 | 30 | 456 | 141 | 47 |
| Binary | 11000010 | 11 | 10111100 | 0 | 1100010 | 11 | 11000 | 100101110 | 1100001 | 100111 |
Color Harmonies of #C203BC
Complementary color
Monochromatic Colors of #C203BC
Black with #C203BC
Text Example
Text Example
White with #C203BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203BC; }
p { color: rgb(194,3,188); }
H1.HeaderClassName
{
color: #C203BC;
}
.AnyTagClassName
{
color: #C203BC;
}
</style>
background-color css
<style>
a { background-color: #C203BC; }
a { background-color: rgb(194,3,188); }
div.DivClassName
{
background-color: #C203BC;
}
.BgClassName
{
background-color: #C203BC;
}
</style>
border-color css
<style>
span { border-color: #C203BC; }
span { border-color: rgb(194,3,188); }
td.TdClassName
{
border-color: #C203BC;
}
.TagClassName
{
border-color: #C203BC;
}
</style>