Shades of Deep Magenta #C613AE
Tints of Deep Magenta #C613AE
RGB
CMYK
RGB Variations
Color information
#C613AE (or 0xC613AE) is known color: Deep Magenta. HEX triplet: C6, 13 and AE. RGB value is (198,19,174). Sum of RGB (Red+Green+Blue) = 198+19+174=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C613AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C613AE is #39EC51. Grayscale: #595959. Windows color (decimal): -3796050 or 11408326. OLE color: 11408326.
HSL color Cylindrical-coordinate representation of color #C613AE: hue angle of 308.04º 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 #C613AE is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 174 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.22 |
| HSL | 308.04º | 0.82% | 0.43% | - |
| HSV(B) | 308.04º | 0.9% | 0.78% | - |
| XYZ | 31.16 | 15.53 | 41.4 | - |
| YUV | 90.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 174 | 0 | 0.90 | 0.12 | 0.22 | 308.04 | 0.82 | 0.43 |
| Hex | C6 | 13 | AE | 0 | 5A | C | 16 | 134 | 52 | 2B |
| Octal | 306 | 23 | 256 | 0 | 132 | 14 | 26 | 464 | 122 | 53 |
| Binary | 11000110 | 10011 | 10101110 | 0 | 1011010 | 1100 | 10110 | 100110100 | 1010010 | 101011 |
Color Harmonies of #C613AE
Complementary color
Monochromatic Colors of #C613AE
Black with #C613AE
Text Example
Text Example
White with #C613AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613AE; }
p { color: rgb(198,19,174); }
H1.HeaderClassName
{
color: #C613AE;
}
.AnyTagClassName
{
color: #C613AE;
}
</style>
background-color css
<style>
a { background-color: #C613AE; }
a { background-color: rgb(198,19,174); }
div.DivClassName
{
background-color: #C613AE;
}
.BgClassName
{
background-color: #C613AE;
}
</style>
border-color css
<style>
span { border-color: #C613AE; }
span { border-color: rgb(198,19,174); }
td.TdClassName
{
border-color: #C613AE;
}
.TagClassName
{
border-color: #C613AE;
}
</style>