Shades of Deep Magenta #C209BD
Tints of Deep Magenta #C209BD
RGB
CMYK
RGB Variations
Color information
#C209BD (or 0xC209BD) is known color: Deep Magenta. HEX triplet: C2, 09 and BD. RGB value is (194,9,189). Sum of RGB (Red+Green+Blue) = 194+9+189=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C209BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209BD is #3DF642. Grayscale: #545454. Windows color (decimal): -4060739 or 12388802. OLE color: 12388802.
HSL color Cylindrical-coordinate representation of color #C209BD: hue angle of 301.62º 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 #C209BD is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 189 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.24 |
| HSL | 301.62º | 0.91% | 0.4% | - |
| HSV(B) | 301.62º | 0.95% | 0.76% | - |
| XYZ | 31.53 | 15.34 | 49.44 | - |
| YUV | 84.84 | 186.79 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 189 | 0 | 0.95 | 0.03 | 0.24 | 301.62 | 0.91 | 0.4 |
| Hex | C2 | 9 | BD | 0 | 5F | 3 | 18 | 12E | 5B | 28 |
| Octal | 302 | 11 | 275 | 0 | 137 | 3 | 30 | 456 | 133 | 50 |
| Binary | 11000010 | 1001 | 10111101 | 0 | 1011111 | 11 | 11000 | 100101110 | 1011011 | 101000 |
Color Harmonies of #C209BD
Complementary color
Monochromatic Colors of #C209BD
Black with #C209BD
Text Example
Text Example
White with #C209BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209BD; }
p { color: rgb(194,9,189); }
H1.HeaderClassName
{
color: #C209BD;
}
.AnyTagClassName
{
color: #C209BD;
}
</style>
background-color css
<style>
a { background-color: #C209BD; }
a { background-color: rgb(194,9,189); }
div.DivClassName
{
background-color: #C209BD;
}
.BgClassName
{
background-color: #C209BD;
}
</style>
border-color css
<style>
span { border-color: #C209BD; }
span { border-color: rgb(194,9,189); }
td.TdClassName
{
border-color: #C209BD;
}
.TagClassName
{
border-color: #C209BD;
}
</style>