Shades of Deep Magenta #C613DF
Tints of Deep Magenta #C613DF
RGB
CMYK
RGB Variations
Color information
#C613DF (or 0xC613DF) is known color: Deep Magenta. HEX triplet: C6, 13 and DF. RGB value is (198,19,223). Sum of RGB (Red+Green+Blue) = 198+19+223=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #C613DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613DF is #39EC20. Grayscale: #5F5F5F. Windows color (decimal): -3796001 or 14619590. OLE color: 14619590.
HSL color Cylindrical-coordinate representation of color #C613DF: hue angle of 292.65º 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 #C613DF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 19 | 223 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.13 |
| HSL | 292.65º | 0.84% | 0.47% | - |
| HSV(B) | 292.65º | 0.91% | 0.87% | - |
| XYZ | 36.84 | 17.8 | 71.31 | - |
| YUV | 95.78 | 199.8 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 223 | 0.11 | 0.91 | 0 | 0.13 | 292.65 | 0.84 | 0.47 |
| Hex | C6 | 13 | DF | B | 5B | 0 | D | 125 | 54 | 2F |
| Octal | 306 | 23 | 337 | 13 | 133 | 0 | 15 | 445 | 124 | 57 |
| Binary | 11000110 | 10011 | 11011111 | 1011 | 1011011 | 0 | 1101 | 100100101 | 1010100 | 101111 |
Color Harmonies of #C613DF
Complementary color
Monochromatic Colors of #C613DF
Black with #C613DF
Text Example
Text Example
White with #C613DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613DF; }
p { color: rgb(198,19,223); }
H1.HeaderClassName
{
color: #C613DF;
}
.AnyTagClassName
{
color: #C613DF;
}
</style>
background-color css
<style>
a { background-color: #C613DF; }
a { background-color: rgb(198,19,223); }
div.DivClassName
{
background-color: #C613DF;
}
.BgClassName
{
background-color: #C613DF;
}
</style>
border-color css
<style>
span { border-color: #C613DF; }
span { border-color: rgb(198,19,223); }
td.TdClassName
{
border-color: #C613DF;
}
.TagClassName
{
border-color: #C613DF;
}
</style>