Shades of Deep Magenta #C613AD
Tints of Deep Magenta #C613AD
RGB
CMYK
RGB Variations
Color information
#C613AD (or 0xC613AD) is known color: Deep Magenta. HEX triplet: C6, 13 and AD. RGB value is (198,19,173). Sum of RGB (Red+Green+Blue) = 198+19+173=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C613AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C613AD is #39EC52. Grayscale: #595959. Windows color (decimal): -3796051 or 11342790. OLE color: 11342790.
HSL color Cylindrical-coordinate representation of color #C613AD: hue angle of 308.38º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C613AD is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 173 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.22 |
| HSL | 308.38º | 0.82% | 0.43% | - |
| HSV(B) | 308.38º | 0.9% | 0.78% | - |
| XYZ | 31.06 | 15.49 | 40.89 | - |
| YUV | 90.08 | 174.8 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 173 | 0 | 0.90 | 0.13 | 0.22 | 308.38 | 0.82 | 0.43 |
| Hex | C6 | 13 | AD | 0 | 5A | D | 16 | 134 | 52 | 2B |
| Octal | 306 | 23 | 255 | 0 | 132 | 15 | 26 | 464 | 122 | 53 |
| Binary | 11000110 | 10011 | 10101101 | 0 | 1011010 | 1101 | 10110 | 100110100 | 1010010 | 101011 |
Color Harmonies of #C613AD
Complementary color
Monochromatic Colors of #C613AD
Black with #C613AD
Text Example
Text Example
White with #C613AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613AD; }
p { color: rgb(198,19,173); }
H1.HeaderClassName
{
color: #C613AD;
}
.AnyTagClassName
{
color: #C613AD;
}
</style>
background-color css
<style>
a { background-color: #C613AD; }
a { background-color: rgb(198,19,173); }
div.DivClassName
{
background-color: #C613AD;
}
.BgClassName
{
background-color: #C613AD;
}
</style>
border-color css
<style>
span { border-color: #C613AD; }
span { border-color: rgb(198,19,173); }
td.TdClassName
{
border-color: #C613AD;
}
.TagClassName
{
border-color: #C613AD;
}
</style>