Shades of Deep Magenta #C913BD
Tints of Deep Magenta #C913BD
RGB
CMYK
RGB Variations
Color information
#C913BD (or 0xC913BD) is known color: Deep Magenta. HEX triplet: C9, 13 and BD. RGB value is (201,19,189). Sum of RGB (Red+Green+Blue) = 201+19+189=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C913BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913BD is #36EC42. Grayscale: #5C5C5C. Windows color (decimal): -3599427 or 12391369. OLE color: 12391369.
HSL color Cylindrical-coordinate representation of color #C913BD: hue angle of 303.96º 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 #C913BD is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 189 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.21 |
| HSL | 303.96º | 0.83% | 0.43% | - |
| HSV(B) | 303.96º | 0.91% | 0.79% | - |
| XYZ | 33.51 | 16.56 | 49.57 | - |
| YUV | 92.8 | 182.3 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 189 | 0 | 0.91 | 0.06 | 0.21 | 303.96 | 0.83 | 0.43 |
| Hex | C9 | 13 | BD | 0 | 5B | 6 | 15 | 130 | 53 | 2B |
| Octal | 311 | 23 | 275 | 0 | 133 | 6 | 25 | 460 | 123 | 53 |
| Binary | 11001001 | 10011 | 10111101 | 0 | 1011011 | 110 | 10101 | 100110000 | 1010011 | 101011 |
Color Harmonies of #C913BD
Complementary color
Monochromatic Colors of #C913BD
Black with #C913BD
Text Example
Text Example
White with #C913BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913BD; }
p { color: rgb(201,19,189); }
H1.HeaderClassName
{
color: #C913BD;
}
.AnyTagClassName
{
color: #C913BD;
}
</style>
background-color css
<style>
a { background-color: #C913BD; }
a { background-color: rgb(201,19,189); }
div.DivClassName
{
background-color: #C913BD;
}
.BgClassName
{
background-color: #C913BD;
}
</style>
border-color css
<style>
span { border-color: #C913BD; }
span { border-color: rgb(201,19,189); }
td.TdClassName
{
border-color: #C913BD;
}
.TagClassName
{
border-color: #C913BD;
}
</style>