Shades of Deep Magenta #C200B9
Tints of Deep Magenta #C200B9
RGB
CMYK
RGB Variations
Color information
#C200B9 (or 0xC200B9) is known color: Deep Magenta. HEX triplet: C2, 00 and B9. RGB value is (194,0,185). Sum of RGB (Red+Green+Blue) = 194+0+185=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C200B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200B9 is #3DFF46. Grayscale: #4E4E4E. Windows color (decimal): -4063047 or 12124354. OLE color: 12124354.
HSL color Cylindrical-coordinate representation of color #C200B9: hue angle of 302.78º 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 #C200B9 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.05 | 0.24 |
| HSL | 302.78º | 1% | 0.38% | - |
| HSV(B) | 302.78º | 1% | 0.76% | - |
| XYZ | 31.01 | 14.97 | 47.15 | - |
| YUV | 79.1 | 187.77 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 185 | 0 | 1 | 0.05 | 0.24 | 302.78 | 1 | 0.38 |
| Hex | C2 | 0 | B9 | 0 | 64 | 5 | 18 | 12F | 64 | 26 |
| Octal | 302 | 0 | 271 | 0 | 144 | 5 | 30 | 457 | 144 | 46 |
| Binary | 11000010 | 0 | 10111001 | 0 | 1100100 | 101 | 11000 | 100101111 | 1100100 | 100110 |
Color Harmonies of #C200B9
Complementary color
Monochromatic Colors of #C200B9
Black with #C200B9
Text Example
Text Example
White with #C200B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200B9; }
p { color: rgb(194,0,185); }
H1.HeaderClassName
{
color: #C200B9;
}
.AnyTagClassName
{
color: #C200B9;
}
</style>
background-color css
<style>
a { background-color: #C200B9; }
a { background-color: rgb(194,0,185); }
div.DivClassName
{
background-color: #C200B9;
}
.BgClassName
{
background-color: #C200B9;
}
</style>
border-color css
<style>
span { border-color: #C200B9; }
span { border-color: rgb(194,0,185); }
td.TdClassName
{
border-color: #C200B9;
}
.TagClassName
{
border-color: #C200B9;
}
</style>