Shades of Deep Magenta #C913DD
Tints of Deep Magenta #C913DD
RGB
CMYK
RGB Variations
Color information
#C913DD (or 0xC913DD) is known color: Deep Magenta. HEX triplet: C9, 13 and DD. RGB value is (201,19,221). Sum of RGB (Red+Green+Blue) = 201+19+221=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #C913DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913DD is #36EC22. Grayscale: #5F5F5F. Windows color (decimal): -3599395 or 14488521. OLE color: 14488521.
HSL color Cylindrical-coordinate representation of color #C913DD: hue angle of 294.06º 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 #C913DD is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 19 | 221 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.13 |
| HSL | 294.06º | 0.84% | 0.47% | - |
| HSV(B) | 294.06º | 0.91% | 0.87% | - |
| XYZ | 37.37 | 18.1 | 69.93 | - |
| YUV | 96.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 221 | 0.09 | 0.91 | 0 | 0.13 | 294.06 | 0.84 | 0.47 |
| Hex | C9 | 13 | DD | 9 | 5B | 0 | D | 126 | 54 | 2F |
| Octal | 311 | 23 | 335 | 11 | 133 | 0 | 15 | 446 | 124 | 57 |
| Binary | 11001001 | 10011 | 11011101 | 1001 | 1011011 | 0 | 1101 | 100100110 | 1010100 | 101111 |
Color Harmonies of #C913DD
Complementary color
Monochromatic Colors of #C913DD
Black with #C913DD
Text Example
Text Example
White with #C913DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913DD; }
p { color: rgb(201,19,221); }
H1.HeaderClassName
{
color: #C913DD;
}
.AnyTagClassName
{
color: #C913DD;
}
</style>
background-color css
<style>
a { background-color: #C913DD; }
a { background-color: rgb(201,19,221); }
div.DivClassName
{
background-color: #C913DD;
}
.BgClassName
{
background-color: #C913DD;
}
</style>
border-color css
<style>
span { border-color: #C913DD; }
span { border-color: rgb(201,19,221); }
td.TdClassName
{
border-color: #C913DD;
}
.TagClassName
{
border-color: #C913DD;
}
</style>