Shades of Deep Magenta #C200BF
Tints of Deep Magenta #C200BF
RGB
CMYK
RGB Variations
Color information
#C200BF (or 0xC200BF) is known color: Deep Magenta. HEX triplet: C2, 00 and BF. RGB value is (194,0,191). Sum of RGB (Red+Green+Blue) = 194+0+191=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C200BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200BF is #3DFF40. Grayscale: #4F4F4F. Windows color (decimal): -4063041 or 12517570. OLE color: 12517570.
HSL color Cylindrical-coordinate representation of color #C200BF: hue angle of 300.93º 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 #C200BF is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.02 | 0.24 |
| HSL | 300.93º | 1% | 0.38% | - |
| HSV(B) | 300.93º | 1% | 0.76% | - |
| XYZ | 31.65 | 15.23 | 50.56 | - |
| YUV | 79.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 191 | 0 | 1 | 0.02 | 0.24 | 300.93 | 1 | 0.38 |
| Hex | C2 | 0 | BF | 0 | 64 | 2 | 18 | 12D | 64 | 26 |
| Octal | 302 | 0 | 277 | 0 | 144 | 2 | 30 | 455 | 144 | 46 |
| Binary | 11000010 | 0 | 10111111 | 0 | 1100100 | 10 | 11000 | 100101101 | 1100100 | 100110 |
Color Harmonies of #C200BF
Complementary color
Monochromatic Colors of #C200BF
Black with #C200BF
Text Example
Text Example
White with #C200BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200BF; }
p { color: rgb(194,0,191); }
H1.HeaderClassName
{
color: #C200BF;
}
.AnyTagClassName
{
color: #C200BF;
}
</style>
background-color css
<style>
a { background-color: #C200BF; }
a { background-color: rgb(194,0,191); }
div.DivClassName
{
background-color: #C200BF;
}
.BgClassName
{
background-color: #C200BF;
}
</style>
border-color css
<style>
span { border-color: #C200BF; }
span { border-color: rgb(194,0,191); }
td.TdClassName
{
border-color: #C200BF;
}
.TagClassName
{
border-color: #C200BF;
}
</style>