Shades of Deep Magenta #C613AB
Tints of Deep Magenta #C613AB
RGB
CMYK
RGB Variations
Color information
#C613AB (or 0xC613AB) is known color: Deep Magenta. HEX triplet: C6, 13 and AB. RGB value is (198,19,171). Sum of RGB (Red+Green+Blue) = 198+19+171=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C613AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C613AB is #39EC54. Grayscale: #595959. Windows color (decimal): -3796053 or 11211718. OLE color: 11211718.
HSL color Cylindrical-coordinate representation of color #C613AB: hue angle of 309.05º 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 #C613AB is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 171 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.22 |
| HSL | 309.05º | 0.82% | 0.43% | - |
| HSV(B) | 309.05º | 0.9% | 0.78% | - |
| XYZ | 30.87 | 15.41 | 39.88 | - |
| YUV | 89.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 171 | 0 | 0.90 | 0.14 | 0.22 | 309.05 | 0.82 | 0.43 |
| Hex | C6 | 13 | AB | 0 | 5A | E | 16 | 135 | 52 | 2B |
| Octal | 306 | 23 | 253 | 0 | 132 | 16 | 26 | 465 | 122 | 53 |
| Binary | 11000110 | 10011 | 10101011 | 0 | 1011010 | 1110 | 10110 | 100110101 | 1010010 | 101011 |
Color Harmonies of #C613AB
Complementary color
Monochromatic Colors of #C613AB
Black with #C613AB
Text Example
Text Example
White with #C613AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613AB; }
p { color: rgb(198,19,171); }
H1.HeaderClassName
{
color: #C613AB;
}
.AnyTagClassName
{
color: #C613AB;
}
</style>
background-color css
<style>
a { background-color: #C613AB; }
a { background-color: rgb(198,19,171); }
div.DivClassName
{
background-color: #C613AB;
}
.BgClassName
{
background-color: #C613AB;
}
</style>
border-color css
<style>
span { border-color: #C613AB; }
span { border-color: rgb(198,19,171); }
td.TdClassName
{
border-color: #C613AB;
}
.TagClassName
{
border-color: #C613AB;
}
</style>