Shades of Deep Magenta #C200B7
Tints of Deep Magenta #C200B7
RGB
CMYK
RGB Variations
Color information
#C200B7 (or 0xC200B7) is known color: Deep Magenta. HEX triplet: C2, 00 and B7. RGB value is (194,0,183). Sum of RGB (Red+Green+Blue) = 194+0+183=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C200B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200B7 is #3DFF48. Grayscale: #4E4E4E. Windows color (decimal): -4063049 or 11993282. OLE color: 11993282.
HSL color Cylindrical-coordinate representation of color #C200B7: hue angle of 303.4º 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 #C200B7 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.06 | 0.24 |
| HSL | 303.4º | 1% | 0.38% | - |
| HSV(B) | 303.4º | 1% | 0.76% | - |
| XYZ | 30.8 | 14.89 | 46.05 | - |
| YUV | 78.87 | 186.77 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 183 | 0 | 1 | 0.06 | 0.24 | 303.4 | 1 | 0.38 |
| Hex | C2 | 0 | B7 | 0 | 64 | 6 | 18 | 12F | 64 | 26 |
| Octal | 302 | 0 | 267 | 0 | 144 | 6 | 30 | 457 | 144 | 46 |
| Binary | 11000010 | 0 | 10110111 | 0 | 1100100 | 110 | 11000 | 100101111 | 1100100 | 100110 |
Color Harmonies of #C200B7
Complementary color
Monochromatic Colors of #C200B7
Black with #C200B7
Text Example
Text Example
White with #C200B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200B7; }
p { color: rgb(194,0,183); }
H1.HeaderClassName
{
color: #C200B7;
}
.AnyTagClassName
{
color: #C200B7;
}
</style>
background-color css
<style>
a { background-color: #C200B7; }
a { background-color: rgb(194,0,183); }
div.DivClassName
{
background-color: #C200B7;
}
.BgClassName
{
background-color: #C200B7;
}
</style>
border-color css
<style>
span { border-color: #C200B7; }
span { border-color: rgb(194,0,183); }
td.TdClassName
{
border-color: #C200B7;
}
.TagClassName
{
border-color: #C200B7;
}
</style>