Shades of Deep Magenta #C209BE
Tints of Deep Magenta #C209BE
RGB
CMYK
RGB Variations
Color information
#C209BE (or 0xC209BE) is known color: Deep Magenta. HEX triplet: C2, 09 and BE. RGB value is (194,9,190). Sum of RGB (Red+Green+Blue) = 194+9+190=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C209BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C209BE is #3DF641. Grayscale: #545454. Windows color (decimal): -4060738 or 12454338. OLE color: 12454338.
HSL color Cylindrical-coordinate representation of color #C209BE: hue angle of 301.3º 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 #C209BE is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 190 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.24 |
| HSL | 301.3º | 0.91% | 0.4% | - |
| HSV(B) | 301.3º | 0.95% | 0.76% | - |
| XYZ | 31.64 | 15.38 | 50.02 | - |
| YUV | 84.95 | 187.29 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 190 | 0 | 0.95 | 0.02 | 0.24 | 301.3 | 0.91 | 0.4 |
| Hex | C2 | 9 | BE | 0 | 5F | 2 | 18 | 12D | 5B | 28 |
| Octal | 302 | 11 | 276 | 0 | 137 | 2 | 30 | 455 | 133 | 50 |
| Binary | 11000010 | 1001 | 10111110 | 0 | 1011111 | 10 | 11000 | 100101101 | 1011011 | 101000 |
Color Harmonies of #C209BE
Complementary color
Monochromatic Colors of #C209BE
Black with #C209BE
Text Example
Text Example
White with #C209BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209BE; }
p { color: rgb(194,9,190); }
H1.HeaderClassName
{
color: #C209BE;
}
.AnyTagClassName
{
color: #C209BE;
}
</style>
background-color css
<style>
a { background-color: #C209BE; }
a { background-color: rgb(194,9,190); }
div.DivClassName
{
background-color: #C209BE;
}
.BgClassName
{
background-color: #C209BE;
}
</style>
border-color css
<style>
span { border-color: #C209BE; }
span { border-color: rgb(194,9,190); }
td.TdClassName
{
border-color: #C209BE;
}
.TagClassName
{
border-color: #C209BE;
}
</style>