Shades of Deep Magenta #C913BE
Tints of Deep Magenta #C913BE
RGB
CMYK
RGB Variations
Color information
#C913BE (or 0xC913BE) is known color: Deep Magenta. HEX triplet: C9, 13 and BE. RGB value is (201,19,190). Sum of RGB (Red+Green+Blue) = 201+19+190=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C913BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913BE is #36EC41. Grayscale: #5C5C5C. Windows color (decimal): -3599426 or 12456905. OLE color: 12456905.
HSL color Cylindrical-coordinate representation of color #C913BE: hue angle of 303.63º 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 #C913BE is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 190 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.21 |
| HSL | 303.63º | 0.83% | 0.43% | - |
| HSV(B) | 303.63º | 0.91% | 0.79% | - |
| XYZ | 33.61 | 16.6 | 50.15 | - |
| YUV | 92.91 | 182.8 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 190 | 0 | 0.91 | 0.05 | 0.21 | 303.63 | 0.83 | 0.43 |
| Hex | C9 | 13 | BE | 0 | 5B | 5 | 15 | 130 | 53 | 2B |
| Octal | 311 | 23 | 276 | 0 | 133 | 5 | 25 | 460 | 123 | 53 |
| Binary | 11001001 | 10011 | 10111110 | 0 | 1011011 | 101 | 10101 | 100110000 | 1010011 | 101011 |
Color Harmonies of #C913BE
Complementary color
Monochromatic Colors of #C913BE
Black with #C913BE
Text Example
Text Example
White with #C913BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913BE; }
p { color: rgb(201,19,190); }
H1.HeaderClassName
{
color: #C913BE;
}
.AnyTagClassName
{
color: #C913BE;
}
</style>
background-color css
<style>
a { background-color: #C913BE; }
a { background-color: rgb(201,19,190); }
div.DivClassName
{
background-color: #C913BE;
}
.BgClassName
{
background-color: #C913BE;
}
</style>
border-color css
<style>
span { border-color: #C913BE; }
span { border-color: rgb(201,19,190); }
td.TdClassName
{
border-color: #C913BE;
}
.TagClassName
{
border-color: #C913BE;
}
</style>