Shades of Deep Magenta #C613DE
Tints of Deep Magenta #C613DE
RGB
CMYK
RGB Variations
Color information
#C613DE (or 0xC613DE) is known color: Deep Magenta. HEX triplet: C6, 13 and DE. RGB value is (198,19,222). Sum of RGB (Red+Green+Blue) = 198+19+222=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #C613DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613DE is #39EC21. Grayscale: #5F5F5F. Windows color (decimal): -3796002 or 14554054. OLE color: 14554054.
HSL color Cylindrical-coordinate representation of color #C613DE: hue angle of 292.91º 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 #C613DE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 19 | 222 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.13 |
| HSL | 292.91º | 0.84% | 0.47% | - |
| HSV(B) | 292.91º | 0.91% | 0.87% | - |
| XYZ | 36.71 | 17.75 | 70.6 | - |
| YUV | 95.66 | 199.3 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 222 | 0.11 | 0.91 | 0 | 0.13 | 292.91 | 0.84 | 0.47 |
| Hex | C6 | 13 | DE | B | 5B | 0 | D | 125 | 54 | 2F |
| Octal | 306 | 23 | 336 | 13 | 133 | 0 | 15 | 445 | 124 | 57 |
| Binary | 11000110 | 10011 | 11011110 | 1011 | 1011011 | 0 | 1101 | 100100101 | 1010100 | 101111 |
Color Harmonies of #C613DE
Complementary color
Monochromatic Colors of #C613DE
Black with #C613DE
Text Example
Text Example
White with #C613DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613DE; }
p { color: rgb(198,19,222); }
H1.HeaderClassName
{
color: #C613DE;
}
.AnyTagClassName
{
color: #C613DE;
}
</style>
background-color css
<style>
a { background-color: #C613DE; }
a { background-color: rgb(198,19,222); }
div.DivClassName
{
background-color: #C613DE;
}
.BgClassName
{
background-color: #C613DE;
}
</style>
border-color css
<style>
span { border-color: #C613DE; }
span { border-color: rgb(198,19,222); }
td.TdClassName
{
border-color: #C613DE;
}
.TagClassName
{
border-color: #C613DE;
}
</style>