Shades of Deep Magenta #C613D9
Tints of Deep Magenta #C613D9
RGB
CMYK
RGB Variations
Color information
#C613D9 (or 0xC613D9) is known color: Deep Magenta. HEX triplet: C6, 13 and D9. RGB value is (198,19,217). Sum of RGB (Red+Green+Blue) = 198+19+217=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 217 (85.16% from 255 or 50% from 434); Max value from RGB is 217 - color contains mainly: blue. Hex color #C613D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613D9 is #39EC26. Grayscale: #5E5E5E. Windows color (decimal): -3796007 or 14226374. OLE color: 14226374.
HSL color Cylindrical-coordinate representation of color #C613D9: hue angle of 294.24º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C613D9 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 19 | 217 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.15 |
| HSL | 294.24º | 0.84% | 0.46% | - |
| HSV(B) | 294.24º | 0.91% | 0.85% | - |
| XYZ | 36.05 | 17.48 | 67.12 | - |
| YUV | 95.09 | 196.8 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 217 | 0.09 | 0.91 | 0 | 0.15 | 294.24 | 0.84 | 0.46 |
| Hex | C6 | 13 | D9 | 9 | 5B | 0 | F | 126 | 54 | 2E |
| Octal | 306 | 23 | 331 | 11 | 133 | 0 | 17 | 446 | 124 | 56 |
| Binary | 11000110 | 10011 | 11011001 | 1001 | 1011011 | 0 | 1111 | 100100110 | 1010100 | 101110 |
Color Harmonies of #C613D9
Complementary color
Monochromatic Colors of #C613D9
Black with #C613D9
Text Example
Text Example
White with #C613D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613D9; }
p { color: rgb(198,19,217); }
H1.HeaderClassName
{
color: #C613D9;
}
.AnyTagClassName
{
color: #C613D9;
}
</style>
background-color css
<style>
a { background-color: #C613D9; }
a { background-color: rgb(198,19,217); }
div.DivClassName
{
background-color: #C613D9;
}
.BgClassName
{
background-color: #C613D9;
}
</style>
border-color css
<style>
span { border-color: #C613D9; }
span { border-color: rgb(198,19,217); }
td.TdClassName
{
border-color: #C613D9;
}
.TagClassName
{
border-color: #C613D9;
}
</style>