Shades of Deep Magenta #C200BB
Tints of Deep Magenta #C200BB
RGB
CMYK
RGB Variations
Color information
#C200BB (or 0xC200BB) is known color: Deep Magenta. HEX triplet: C2, 00 and BB. RGB value is (194,0,187). Sum of RGB (Red+Green+Blue) = 194+0+187=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C200BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200BB is #3DFF44. Grayscale: #4E4E4E. Windows color (decimal): -4063045 or 12255426. OLE color: 12255426.
HSL color Cylindrical-coordinate representation of color #C200BB: hue angle of 302.16º 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 #C200BB is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.04 | 0.24 |
| HSL | 302.16º | 1% | 0.38% | - |
| HSV(B) | 302.16º | 1% | 0.76% | - |
| XYZ | 31.22 | 15.06 | 48.27 | - |
| YUV | 79.32 | 188.77 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 187 | 0 | 1 | 0.04 | 0.24 | 302.16 | 1 | 0.38 |
| Hex | C2 | 0 | BB | 0 | 64 | 4 | 18 | 12E | 64 | 26 |
| Octal | 302 | 0 | 273 | 0 | 144 | 4 | 30 | 456 | 144 | 46 |
| Binary | 11000010 | 0 | 10111011 | 0 | 1100100 | 100 | 11000 | 100101110 | 1100100 | 100110 |
Color Harmonies of #C200BB
Complementary color
Monochromatic Colors of #C200BB
Black with #C200BB
Text Example
Text Example
White with #C200BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200BB; }
p { color: rgb(194,0,187); }
H1.HeaderClassName
{
color: #C200BB;
}
.AnyTagClassName
{
color: #C200BB;
}
</style>
background-color css
<style>
a { background-color: #C200BB; }
a { background-color: rgb(194,0,187); }
div.DivClassName
{
background-color: #C200BB;
}
.BgClassName
{
background-color: #C200BB;
}
</style>
border-color css
<style>
span { border-color: #C200BB; }
span { border-color: rgb(194,0,187); }
td.TdClassName
{
border-color: #C200BB;
}
.TagClassName
{
border-color: #C200BB;
}
</style>