Shades of Deep Magenta #C203BD
Tints of Deep Magenta #C203BD
RGB
CMYK
RGB Variations
Color information
#C203BD (or 0xC203BD) is known color: Deep Magenta. HEX triplet: C2, 03 and BD. RGB value is (194,3,189). Sum of RGB (Red+Green+Blue) = 194+3+189=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C203BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203BD is #3DFC42. Grayscale: #505050. Windows color (decimal): -4062275 or 12387266. OLE color: 12387266.
HSL color Cylindrical-coordinate representation of color #C203BD: hue angle of 301.57º 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 #C203BD is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 189 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.24 |
| HSL | 301.57º | 0.97% | 0.39% | - |
| HSV(B) | 301.57º | 0.98% | 0.76% | - |
| XYZ | 31.47 | 15.21 | 49.42 | - |
| YUV | 81.31 | 188.78 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 189 | 0 | 0.98 | 0.03 | 0.24 | 301.57 | 0.97 | 0.39 |
| Hex | C2 | 3 | BD | 0 | 62 | 3 | 18 | 12E | 61 | 27 |
| Octal | 302 | 3 | 275 | 0 | 142 | 3 | 30 | 456 | 141 | 47 |
| Binary | 11000010 | 11 | 10111101 | 0 | 1100010 | 11 | 11000 | 100101110 | 1100001 | 100111 |
Color Harmonies of #C203BD
Complementary color
Monochromatic Colors of #C203BD
Black with #C203BD
Text Example
Text Example
White with #C203BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203BD; }
p { color: rgb(194,3,189); }
H1.HeaderClassName
{
color: #C203BD;
}
.AnyTagClassName
{
color: #C203BD;
}
</style>
background-color css
<style>
a { background-color: #C203BD; }
a { background-color: rgb(194,3,189); }
div.DivClassName
{
background-color: #C203BD;
}
.BgClassName
{
background-color: #C203BD;
}
</style>
border-color css
<style>
span { border-color: #C203BD; }
span { border-color: rgb(194,3,189); }
td.TdClassName
{
border-color: #C203BD;
}
.TagClassName
{
border-color: #C203BD;
}
</style>