Shades of Deep Magenta #C913BB
Tints of Deep Magenta #C913BB
RGB
CMYK
RGB Variations
Color information
#C913BB (or 0xC913BB) is known color: Deep Magenta. HEX triplet: C9, 13 and BB. RGB value is (201,19,187). Sum of RGB (Red+Green+Blue) = 201+19+187=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C913BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913BB is #36EC44. Grayscale: #5C5C5C. Windows color (decimal): -3599429 or 12260297. OLE color: 12260297.
HSL color Cylindrical-coordinate representation of color #C913BB: hue angle of 304.62º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C913BB is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 187 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.21 |
| HSL | 304.62º | 0.83% | 0.43% | - |
| HSV(B) | 304.62º | 0.91% | 0.79% | - |
| XYZ | 33.29 | 16.47 | 48.44 | - |
| YUV | 92.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 187 | 0 | 0.91 | 0.07 | 0.21 | 304.62 | 0.83 | 0.43 |
| Hex | C9 | 13 | BB | 0 | 5B | 7 | 15 | 131 | 53 | 2B |
| Octal | 311 | 23 | 273 | 0 | 133 | 7 | 25 | 461 | 123 | 53 |
| Binary | 11001001 | 10011 | 10111011 | 0 | 1011011 | 111 | 10101 | 100110001 | 1010011 | 101011 |
Color Harmonies of #C913BB
Complementary color
Monochromatic Colors of #C913BB
Black with #C913BB
Text Example
Text Example
White with #C913BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913BB; }
p { color: rgb(201,19,187); }
H1.HeaderClassName
{
color: #C913BB;
}
.AnyTagClassName
{
color: #C913BB;
}
</style>
background-color css
<style>
a { background-color: #C913BB; }
a { background-color: rgb(201,19,187); }
div.DivClassName
{
background-color: #C913BB;
}
.BgClassName
{
background-color: #C913BB;
}
</style>
border-color css
<style>
span { border-color: #C913BB; }
span { border-color: rgb(201,19,187); }
td.TdClassName
{
border-color: #C913BB;
}
.TagClassName
{
border-color: #C913BB;
}
</style>