Shades of Deep Magenta #C910BE
Tints of Deep Magenta #C910BE
RGB
CMYK
RGB Variations
Color information
#C910BE (or 0xC910BE) is known color: Deep Magenta. HEX triplet: C9, 10 and BE. RGB value is (201,16,190). Sum of RGB (Red+Green+Blue) = 201+16+190=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C910BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910BE is #36EF41. Grayscale: #5A5A5A. Windows color (decimal): -3600194 or 12456137. OLE color: 12456137.
HSL color Cylindrical-coordinate representation of color #C910BE: hue angle of 303.57º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C910BE is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.21 |
| HSL | 303.57º | 0.85% | 0.43% | - |
| HSV(B) | 303.57º | 0.92% | 0.79% | - |
| XYZ | 33.57 | 16.51 | 50.13 | - |
| YUV | 91.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 190 | 0 | 0.92 | 0.05 | 0.21 | 303.57 | 0.85 | 0.43 |
| Hex | C9 | 10 | BE | 0 | 5C | 5 | 15 | 130 | 55 | 2B |
| Octal | 311 | 20 | 276 | 0 | 134 | 5 | 25 | 460 | 125 | 53 |
| Binary | 11001001 | 10000 | 10111110 | 0 | 1011100 | 101 | 10101 | 100110000 | 1010101 | 101011 |
Color Harmonies of #C910BE
Complementary color
Monochromatic Colors of #C910BE
Black with #C910BE
Text Example
Text Example
White with #C910BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910BE; }
p { color: rgb(201,16,190); }
H1.HeaderClassName
{
color: #C910BE;
}
.AnyTagClassName
{
color: #C910BE;
}
</style>
background-color css
<style>
a { background-color: #C910BE; }
a { background-color: rgb(201,16,190); }
div.DivClassName
{
background-color: #C910BE;
}
.BgClassName
{
background-color: #C910BE;
}
</style>
border-color css
<style>
span { border-color: #C910BE; }
span { border-color: rgb(201,16,190); }
td.TdClassName
{
border-color: #C910BE;
}
.TagClassName
{
border-color: #C910BE;
}
</style>