Shades of Deep Magenta #C613DA
Tints of Deep Magenta #C613DA
RGB
CMYK
RGB Variations
Color information
#C613DA (or 0xC613DA) is known color: Deep Magenta. HEX triplet: C6, 13 and DA. RGB value is (198,19,218). Sum of RGB (Red+Green+Blue) = 198+19+218=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #C613DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C613DA is #39EC25. Grayscale: #5E5E5E. Windows color (decimal): -3796006 or 14291910. OLE color: 14291910.
HSL color Cylindrical-coordinate representation of color #C613DA: hue angle of 293.97º 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 #C613DA is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 19 | 218 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.15 |
| HSL | 293.97º | 0.84% | 0.46% | - |
| HSV(B) | 293.97º | 0.91% | 0.85% | - |
| XYZ | 36.18 | 17.53 | 67.81 | - |
| YUV | 95.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 218 | 0.09 | 0.91 | 0 | 0.15 | 293.97 | 0.84 | 0.46 |
| Hex | C6 | 13 | DA | 9 | 5B | 0 | F | 126 | 54 | 2E |
| Octal | 306 | 23 | 332 | 11 | 133 | 0 | 17 | 446 | 124 | 56 |
| Binary | 11000110 | 10011 | 11011010 | 1001 | 1011011 | 0 | 1111 | 100100110 | 1010100 | 101110 |
Color Harmonies of #C613DA
Complementary color
Monochromatic Colors of #C613DA
Black with #C613DA
Text Example
Text Example
White with #C613DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613DA; }
p { color: rgb(198,19,218); }
H1.HeaderClassName
{
color: #C613DA;
}
.AnyTagClassName
{
color: #C613DA;
}
</style>
background-color css
<style>
a { background-color: #C613DA; }
a { background-color: rgb(198,19,218); }
div.DivClassName
{
background-color: #C613DA;
}
.BgClassName
{
background-color: #C613DA;
}
</style>
border-color css
<style>
span { border-color: #C613DA; }
span { border-color: rgb(198,19,218); }
td.TdClassName
{
border-color: #C613DA;
}
.TagClassName
{
border-color: #C613DA;
}
</style>