Shades of Deep Magenta #C200BE
Tints of Deep Magenta #C200BE
RGB
CMYK
RGB Variations
Color information
#C200BE (or 0xC200BE) is known color: Deep Magenta. HEX triplet: C2, 00 and BE. RGB value is (194,0,190). Sum of RGB (Red+Green+Blue) = 194+0+190=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C200BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200BE is #3DFF41. Grayscale: #4F4F4F. Windows color (decimal): -4063042 or 12452034. OLE color: 12452034.
HSL color Cylindrical-coordinate representation of color #C200BE: hue angle of 301.24º 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 #C200BE is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.02 | 0.24 |
| HSL | 301.24º | 1% | 0.38% | - |
| HSV(B) | 301.24º | 1% | 0.76% | - |
| XYZ | 31.54 | 15.19 | 49.98 | - |
| YUV | 79.67 | 190.27 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 190 | 0 | 1 | 0.02 | 0.24 | 301.24 | 1 | 0.38 |
| Hex | C2 | 0 | BE | 0 | 64 | 2 | 18 | 12D | 64 | 26 |
| Octal | 302 | 0 | 276 | 0 | 144 | 2 | 30 | 455 | 144 | 46 |
| Binary | 11000010 | 0 | 10111110 | 0 | 1100100 | 10 | 11000 | 100101101 | 1100100 | 100110 |
Color Harmonies of #C200BE
Complementary color
Monochromatic Colors of #C200BE
Black with #C200BE
Text Example
Text Example
White with #C200BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200BE; }
p { color: rgb(194,0,190); }
H1.HeaderClassName
{
color: #C200BE;
}
.AnyTagClassName
{
color: #C200BE;
}
</style>
background-color css
<style>
a { background-color: #C200BE; }
a { background-color: rgb(194,0,190); }
div.DivClassName
{
background-color: #C200BE;
}
.BgClassName
{
background-color: #C200BE;
}
</style>
border-color css
<style>
span { border-color: #C200BE; }
span { border-color: rgb(194,0,190); }
td.TdClassName
{
border-color: #C200BE;
}
.TagClassName
{
border-color: #C200BE;
}
</style>