Shades of Deep Magenta #C209B7
Tints of Deep Magenta #C209B7
RGB
CMYK
RGB Variations
Color information
#C209B7 (or 0xC209B7) is known color: Deep Magenta. HEX triplet: C2, 09 and B7. RGB value is (194,9,183). Sum of RGB (Red+Green+Blue) = 194+9+183=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C209B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209B7 is #3DF648. Grayscale: #535353. Windows color (decimal): -4060745 or 11995586. OLE color: 11995586.
HSL color Cylindrical-coordinate representation of color #C209B7: hue angle of 303.57º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C209B7 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 183 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.24 |
| HSL | 303.57º | 0.91% | 0.4% | - |
| HSV(B) | 303.57º | 0.95% | 0.76% | - |
| XYZ | 30.89 | 15.08 | 46.08 | - |
| YUV | 84.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 183 | 0 | 0.95 | 0.06 | 0.24 | 303.57 | 0.91 | 0.4 |
| Hex | C2 | 9 | B7 | 0 | 5F | 6 | 18 | 130 | 5B | 28 |
| Octal | 302 | 11 | 267 | 0 | 137 | 6 | 30 | 460 | 133 | 50 |
| Binary | 11000010 | 1001 | 10110111 | 0 | 1011111 | 110 | 11000 | 100110000 | 1011011 | 101000 |
Color Harmonies of #C209B7
Complementary color
Monochromatic Colors of #C209B7
Black with #C209B7
Text Example
Text Example
White with #C209B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209B7; }
p { color: rgb(194,9,183); }
H1.HeaderClassName
{
color: #C209B7;
}
.AnyTagClassName
{
color: #C209B7;
}
</style>
background-color css
<style>
a { background-color: #C209B7; }
a { background-color: rgb(194,9,183); }
div.DivClassName
{
background-color: #C209B7;
}
.BgClassName
{
background-color: #C209B7;
}
</style>
border-color css
<style>
span { border-color: #C209B7; }
span { border-color: rgb(194,9,183); }
td.TdClassName
{
border-color: #C209B7;
}
.TagClassName
{
border-color: #C209B7;
}
</style>