Shades of Deep Magenta #C009BE
Tints of Deep Magenta #C009BE
RGB
CMYK
RGB Variations
Color information
#C009BE (or 0xC009BE) is known color: Deep Magenta. HEX triplet: C0, 09 and BE. RGB value is (192,9,190). Sum of RGB (Red+Green+Blue) = 192+9+190=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C009BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009BE is #3FF641. Grayscale: #535353. Windows color (decimal): -4191810 or 12454336. OLE color: 12454336.
HSL color Cylindrical-coordinate representation of color #C009BE: hue angle of 300.66º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C009BE is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 190 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.25 |
| HSL | 300.66º | 0.91% | 0.39% | - |
| HSV(B) | 300.66º | 0.95% | 0.75% | - |
| XYZ | 31.13 | 15.12 | 49.99 | - |
| YUV | 84.35 | 187.63 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 190 | 0 | 0.95 | 0.01 | 0.25 | 300.66 | 0.91 | 0.39 |
| Hex | C0 | 9 | BE | 0 | 5F | 1 | 19 | 12D | 5B | 27 |
| Octal | 300 | 11 | 276 | 0 | 137 | 1 | 31 | 455 | 133 | 47 |
| Binary | 11000000 | 1001 | 10111110 | 0 | 1011111 | 1 | 11001 | 100101101 | 1011011 | 100111 |
Color Harmonies of #C009BE
Complementary color
Monochromatic Colors of #C009BE
Black with #C009BE
Text Example
Text Example
White with #C009BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009BE; }
p { color: rgb(192,9,190); }
H1.HeaderClassName
{
color: #C009BE;
}
.AnyTagClassName
{
color: #C009BE;
}
</style>
background-color css
<style>
a { background-color: #C009BE; }
a { background-color: rgb(192,9,190); }
div.DivClassName
{
background-color: #C009BE;
}
.BgClassName
{
background-color: #C009BE;
}
</style>
border-color css
<style>
span { border-color: #C009BE; }
span { border-color: rgb(192,9,190); }
td.TdClassName
{
border-color: #C009BE;
}
.TagClassName
{
border-color: #C009BE;
}
</style>