Shades of Deep Magenta #C613AC
Tints of Deep Magenta #C613AC
RGB
CMYK
RGB Variations
Color information
#C613AC (or 0xC613AC) is known color: Deep Magenta. HEX triplet: C6, 13 and AC. RGB value is (198,19,172). Sum of RGB (Red+Green+Blue) = 198+19+172=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C613AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C613AC is #39EC53. Grayscale: #595959. Windows color (decimal): -3796052 or 11277254. OLE color: 11277254.
HSL color Cylindrical-coordinate representation of color #C613AC: hue angle of 308.72º 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 #C613AC is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 172 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.22 |
| HSL | 308.72º | 0.82% | 0.43% | - |
| HSV(B) | 308.72º | 0.9% | 0.78% | - |
| XYZ | 30.97 | 15.45 | 40.38 | - |
| YUV | 89.96 | 174.3 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 172 | 0 | 0.90 | 0.13 | 0.22 | 308.72 | 0.82 | 0.43 |
| Hex | C6 | 13 | AC | 0 | 5A | D | 16 | 135 | 52 | 2B |
| Octal | 306 | 23 | 254 | 0 | 132 | 15 | 26 | 465 | 122 | 53 |
| Binary | 11000110 | 10011 | 10101100 | 0 | 1011010 | 1101 | 10110 | 100110101 | 1010010 | 101011 |
Color Harmonies of #C613AC
Complementary color
Monochromatic Colors of #C613AC
Black with #C613AC
Text Example
Text Example
White with #C613AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613AC; }
p { color: rgb(198,19,172); }
H1.HeaderClassName
{
color: #C613AC;
}
.AnyTagClassName
{
color: #C613AC;
}
</style>
background-color css
<style>
a { background-color: #C613AC; }
a { background-color: rgb(198,19,172); }
div.DivClassName
{
background-color: #C613AC;
}
.BgClassName
{
background-color: #C613AC;
}
</style>
border-color css
<style>
span { border-color: #C613AC; }
span { border-color: rgb(198,19,172); }
td.TdClassName
{
border-color: #C613AC;
}
.TagClassName
{
border-color: #C613AC;
}
</style>