Shades of Deep Magenta #C910BF
Tints of Deep Magenta #C910BF
RGB
CMYK
RGB Variations
Color information
#C910BF (or 0xC910BF) is known color: Deep Magenta. HEX triplet: C9, 10 and BF. RGB value is (201,16,191). Sum of RGB (Red+Green+Blue) = 201+16+191=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C910BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910BF is #36EF40. Grayscale: #5A5A5A. Windows color (decimal): -3600193 or 12521673. OLE color: 12521673.
HSL color Cylindrical-coordinate representation of color #C910BF: hue angle of 303.24º 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 #C910BF is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 191 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.21 |
| HSL | 303.24º | 0.85% | 0.43% | - |
| HSV(B) | 303.24º | 0.92% | 0.79% | - |
| XYZ | 33.68 | 16.55 | 50.71 | - |
| YUV | 91.27 | 184.29 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 191 | 0 | 0.92 | 0.05 | 0.21 | 303.24 | 0.85 | 0.43 |
| Hex | C9 | 10 | BF | 0 | 5C | 5 | 15 | 12F | 55 | 2B |
| Octal | 311 | 20 | 277 | 0 | 134 | 5 | 25 | 457 | 125 | 53 |
| Binary | 11001001 | 10000 | 10111111 | 0 | 1011100 | 101 | 10101 | 100101111 | 1010101 | 101011 |
Color Harmonies of #C910BF
Complementary color
Monochromatic Colors of #C910BF
Black with #C910BF
Text Example
Text Example
White with #C910BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910BF; }
p { color: rgb(201,16,191); }
H1.HeaderClassName
{
color: #C910BF;
}
.AnyTagClassName
{
color: #C910BF;
}
</style>
background-color css
<style>
a { background-color: #C910BF; }
a { background-color: rgb(201,16,191); }
div.DivClassName
{
background-color: #C910BF;
}
.BgClassName
{
background-color: #C910BF;
}
</style>
border-color css
<style>
span { border-color: #C910BF; }
span { border-color: rgb(201,16,191); }
td.TdClassName
{
border-color: #C910BF;
}
.TagClassName
{
border-color: #C910BF;
}
</style>