Shades of Deep Magenta #C613D7
Tints of Deep Magenta #C613D7
RGB
CMYK
RGB Variations
Color information
#C613D7 (or 0xC613D7) is known color: Deep Magenta. HEX triplet: C6, 13 and D7. RGB value is (198,19,215). Sum of RGB (Red+Green+Blue) = 198+19+215=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #C613D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613D7 is #39EC28. Grayscale: #5E5E5E. Windows color (decimal): -3796009 or 14095302. OLE color: 14095302.
HSL color Cylindrical-coordinate representation of color #C613D7: hue angle of 294.8º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C613D7 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 19 | 215 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.16 |
| HSL | 294.8º | 0.84% | 0.46% | - |
| HSV(B) | 294.8º | 0.91% | 0.84% | - |
| XYZ | 35.79 | 17.38 | 65.76 | - |
| YUV | 94.87 | 195.8 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 215 | 0.08 | 0.91 | 0 | 0.16 | 294.8 | 0.84 | 0.46 |
| Hex | C6 | 13 | D7 | 8 | 5B | 0 | 10 | 127 | 54 | 2E |
| Octal | 306 | 23 | 327 | 10 | 133 | 0 | 20 | 447 | 124 | 56 |
| Binary | 11000110 | 10011 | 11010111 | 1000 | 1011011 | 0 | 10000 | 100100111 | 1010100 | 101110 |
Color Harmonies of #C613D7
Complementary color
Monochromatic Colors of #C613D7
Black with #C613D7
Text Example
Text Example
White with #C613D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613D7; }
p { color: rgb(198,19,215); }
H1.HeaderClassName
{
color: #C613D7;
}
.AnyTagClassName
{
color: #C613D7;
}
</style>
background-color css
<style>
a { background-color: #C613D7; }
a { background-color: rgb(198,19,215); }
div.DivClassName
{
background-color: #C613D7;
}
.BgClassName
{
background-color: #C613D7;
}
</style>
border-color css
<style>
span { border-color: #C613D7; }
span { border-color: rgb(198,19,215); }
td.TdClassName
{
border-color: #C613D7;
}
.TagClassName
{
border-color: #C613D7;
}
</style>