Shades of Deep Magenta #C200BC
Tints of Deep Magenta #C200BC
RGB
CMYK
RGB Variations
Color information
#C200BC (or 0xC200BC) is known color: Deep Magenta. HEX triplet: C2, 00 and BC. RGB value is (194,0,188). Sum of RGB (Red+Green+Blue) = 194+0+188=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C200BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200BC is #3DFF43. Grayscale: #4E4E4E. Windows color (decimal): -4063044 or 12320962. OLE color: 12320962.
HSL color Cylindrical-coordinate representation of color #C200BC: hue angle of 301.86º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200BC is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.03 | 0.24 |
| HSL | 301.86º | 1% | 0.38% | - |
| HSV(B) | 301.86º | 1% | 0.76% | - |
| XYZ | 31.33 | 15.1 | 48.84 | - |
| YUV | 79.44 | 189.27 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 188 | 0 | 1 | 0.03 | 0.24 | 301.86 | 1 | 0.38 |
| Hex | C2 | 0 | BC | 0 | 64 | 3 | 18 | 12E | 64 | 26 |
| Octal | 302 | 0 | 274 | 0 | 144 | 3 | 30 | 456 | 144 | 46 |
| Binary | 11000010 | 0 | 10111100 | 0 | 1100100 | 11 | 11000 | 100101110 | 1100100 | 100110 |
Color Harmonies of #C200BC
Complementary color
Monochromatic Colors of #C200BC
Black with #C200BC
Text Example
Text Example
White with #C200BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200BC; }
p { color: rgb(194,0,188); }
H1.HeaderClassName
{
color: #C200BC;
}
.AnyTagClassName
{
color: #C200BC;
}
</style>
background-color css
<style>
a { background-color: #C200BC; }
a { background-color: rgb(194,0,188); }
div.DivClassName
{
background-color: #C200BC;
}
.BgClassName
{
background-color: #C200BC;
}
</style>
border-color css
<style>
span { border-color: #C200BC; }
span { border-color: rgb(194,0,188); }
td.TdClassName
{
border-color: #C200BC;
}
.TagClassName
{
border-color: #C200BC;
}
</style>