Shades of Deep Magenta #C910BC
Tints of Deep Magenta #C910BC
RGB
CMYK
RGB Variations
Color information
#C910BC (or 0xC910BC) is known color: Deep Magenta. HEX triplet: C9, 10 and BC. RGB value is (201,16,188). Sum of RGB (Red+Green+Blue) = 201+16+188=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C910BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910BC is #36EF43. Grayscale: #5A5A5A. Windows color (decimal): -3600196 or 12325065. OLE color: 12325065.
HSL color Cylindrical-coordinate representation of color #C910BC: hue angle of 304.22º 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 #C910BC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.21 |
| HSL | 304.22º | 0.85% | 0.43% | - |
| HSV(B) | 304.22º | 0.92% | 0.79% | - |
| XYZ | 33.35 | 16.42 | 48.99 | - |
| YUV | 90.92 | 182.79 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 188 | 0 | 0.92 | 0.06 | 0.21 | 304.22 | 0.85 | 0.43 |
| Hex | C9 | 10 | BC | 0 | 5C | 6 | 15 | 130 | 55 | 2B |
| Octal | 311 | 20 | 274 | 0 | 134 | 6 | 25 | 460 | 125 | 53 |
| Binary | 11001001 | 10000 | 10111100 | 0 | 1011100 | 110 | 10101 | 100110000 | 1010101 | 101011 |
Color Harmonies of #C910BC
Complementary color
Monochromatic Colors of #C910BC
Black with #C910BC
Text Example
Text Example
White with #C910BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910BC; }
p { color: rgb(201,16,188); }
H1.HeaderClassName
{
color: #C910BC;
}
.AnyTagClassName
{
color: #C910BC;
}
</style>
background-color css
<style>
a { background-color: #C910BC; }
a { background-color: rgb(201,16,188); }
div.DivClassName
{
background-color: #C910BC;
}
.BgClassName
{
background-color: #C910BC;
}
</style>
border-color css
<style>
span { border-color: #C910BC; }
span { border-color: rgb(201,16,188); }
td.TdClassName
{
border-color: #C910BC;
}
.TagClassName
{
border-color: #C910BC;
}
</style>