Shades of Deep Magenta #C917BB
Tints of Deep Magenta #C917BB
RGB
CMYK
RGB Variations
Color information
#C917BB (or 0xC917BB) is known color: Deep Magenta. HEX triplet: C9, 17 and BB. RGB value is (201,23,187). Sum of RGB (Red+Green+Blue) = 201+23+187=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C917BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C917BB is #36E844. Grayscale: #5E5E5E. Windows color (decimal): -3598405 or 12261321. OLE color: 12261321.
HSL color Cylindrical-coordinate representation of color #C917BB: hue angle of 304.72º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C917BB is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 187 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.21 |
| HSL | 304.72º | 0.79% | 0.44% | - |
| HSV(B) | 304.72º | 0.89% | 0.79% | - |
| XYZ | 33.36 | 16.62 | 48.46 | - |
| YUV | 94.92 | 179.97 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 187 | 0 | 0.89 | 0.07 | 0.21 | 304.72 | 0.79 | 0.44 |
| Hex | C9 | 17 | BB | 0 | 59 | 7 | 15 | 131 | 4F | 2C |
| Octal | 311 | 27 | 273 | 0 | 131 | 7 | 25 | 461 | 117 | 54 |
| Binary | 11001001 | 10111 | 10111011 | 0 | 1011001 | 111 | 10101 | 100110001 | 1001111 | 101100 |
Color Harmonies of #C917BB
Complementary color
Monochromatic Colors of #C917BB
Black with #C917BB
Text Example
Text Example
White with #C917BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C917BB; }
p { color: rgb(201,23,187); }
H1.HeaderClassName
{
color: #C917BB;
}
.AnyTagClassName
{
color: #C917BB;
}
</style>
background-color css
<style>
a { background-color: #C917BB; }
a { background-color: rgb(201,23,187); }
div.DivClassName
{
background-color: #C917BB;
}
.BgClassName
{
background-color: #C917BB;
}
</style>
border-color css
<style>
span { border-color: #C917BB; }
span { border-color: rgb(201,23,187); }
td.TdClassName
{
border-color: #C917BB;
}
.TagClassName
{
border-color: #C917BB;
}
</style>