Shades of Deep Magenta #C913DF
Tints of Deep Magenta #C913DF
RGB
CMYK
RGB Variations
Color information
#C913DF (or 0xC913DF) is known color: Deep Magenta. HEX triplet: C9, 13 and DF. RGB value is (201,19,223). Sum of RGB (Red+Green+Blue) = 201+19+223=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #C913DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913DF is #36EC20. Grayscale: #606060. Windows color (decimal): -3599393 or 14619593. OLE color: 14619593.
HSL color Cylindrical-coordinate representation of color #C913DF: hue angle of 293.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C913DF is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 19 | 223 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.13 |
| HSL | 293.53º | 0.84% | 0.47% | - |
| HSV(B) | 293.53º | 0.91% | 0.87% | - |
| XYZ | 37.64 | 18.21 | 71.34 | - |
| YUV | 96.67 | 199.3 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 223 | 0.10 | 0.91 | 0 | 0.13 | 293.53 | 0.84 | 0.47 |
| Hex | C9 | 13 | DF | A | 5B | 0 | D | 126 | 54 | 2F |
| Octal | 311 | 23 | 337 | 12 | 133 | 0 | 15 | 446 | 124 | 57 |
| Binary | 11001001 | 10011 | 11011111 | 1010 | 1011011 | 0 | 1101 | 100100110 | 1010100 | 101111 |
Color Harmonies of #C913DF
Complementary color
Monochromatic Colors of #C913DF
Black with #C913DF
Text Example
Text Example
White with #C913DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913DF; }
p { color: rgb(201,19,223); }
H1.HeaderClassName
{
color: #C913DF;
}
.AnyTagClassName
{
color: #C913DF;
}
</style>
background-color css
<style>
a { background-color: #C913DF; }
a { background-color: rgb(201,19,223); }
div.DivClassName
{
background-color: #C913DF;
}
.BgClassName
{
background-color: #C913DF;
}
</style>
border-color css
<style>
span { border-color: #C913DF; }
span { border-color: rgb(201,19,223); }
td.TdClassName
{
border-color: #C913DF;
}
.TagClassName
{
border-color: #C913DF;
}
</style>