Shades of Deep Magenta #C613DD
Tints of Deep Magenta #C613DD
RGB
CMYK
RGB Variations
Color information
#C613DD (or 0xC613DD) is known color: Deep Magenta. HEX triplet: C6, 13 and DD. RGB value is (198,19,221). Sum of RGB (Red+Green+Blue) = 198+19+221=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #C613DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613DD is #39EC22. Grayscale: #5E5E5E. Windows color (decimal): -3796003 or 14488518. OLE color: 14488518.
HSL color Cylindrical-coordinate representation of color #C613DD: hue angle of 293.17º 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 #C613DD is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 19 | 221 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.13 |
| HSL | 293.17º | 0.84% | 0.47% | - |
| HSV(B) | 293.17º | 0.91% | 0.87% | - |
| XYZ | 36.57 | 17.69 | 69.89 | - |
| YUV | 95.55 | 198.8 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 221 | 0.10 | 0.91 | 0 | 0.13 | 293.17 | 0.84 | 0.47 |
| Hex | C6 | 13 | DD | A | 5B | 0 | D | 125 | 54 | 2F |
| Octal | 306 | 23 | 335 | 12 | 133 | 0 | 15 | 445 | 124 | 57 |
| Binary | 11000110 | 10011 | 11011101 | 1010 | 1011011 | 0 | 1101 | 100100101 | 1010100 | 101111 |
Color Harmonies of #C613DD
Complementary color
Monochromatic Colors of #C613DD
Black with #C613DD
Text Example
Text Example
White with #C613DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613DD; }
p { color: rgb(198,19,221); }
H1.HeaderClassName
{
color: #C613DD;
}
.AnyTagClassName
{
color: #C613DD;
}
</style>
background-color css
<style>
a { background-color: #C613DD; }
a { background-color: rgb(198,19,221); }
div.DivClassName
{
background-color: #C613DD;
}
.BgClassName
{
background-color: #C613DD;
}
</style>
border-color css
<style>
span { border-color: #C613DD; }
span { border-color: rgb(198,19,221); }
td.TdClassName
{
border-color: #C613DD;
}
.TagClassName
{
border-color: #C613DD;
}
</style>