Shades of Deep Magenta #C618AC
Tints of Deep Magenta #C618AC
RGB
CMYK
RGB Variations
Color information
#C618AC (or 0xC618AC) is known color: Deep Magenta. HEX triplet: C6, 18 and AC. RGB value is (198,24,172). Sum of RGB (Red+Green+Blue) = 198+24+172=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C618AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C618AC is #39E753. Grayscale: #5C5C5C. Windows color (decimal): -3794772 or 11278534. OLE color: 11278534.
HSL color Cylindrical-coordinate representation of color #C618AC: hue angle of 308.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C618AC is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 172 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.22 |
| HSL | 308.97º | 0.78% | 0.44% | - |
| HSV(B) | 308.97º | 0.88% | 0.78% | - |
| XYZ | 31.06 | 15.64 | 40.41 | - |
| YUV | 92.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 172 | 0 | 0.88 | 0.13 | 0.22 | 308.97 | 0.78 | 0.44 |
| Hex | C6 | 18 | AC | 0 | 58 | D | 16 | 135 | 4E | 2C |
| Octal | 306 | 30 | 254 | 0 | 130 | 15 | 26 | 465 | 116 | 54 |
| Binary | 11000110 | 11000 | 10101100 | 0 | 1011000 | 1101 | 10110 | 100110101 | 1001110 | 101100 |
Color Harmonies of #C618AC
Complementary color
Monochromatic Colors of #C618AC
Black with #C618AC
Text Example
Text Example
White with #C618AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618AC; }
p { color: rgb(198,24,172); }
H1.HeaderClassName
{
color: #C618AC;
}
.AnyTagClassName
{
color: #C618AC;
}
</style>
background-color css
<style>
a { background-color: #C618AC; }
a { background-color: rgb(198,24,172); }
div.DivClassName
{
background-color: #C618AC;
}
.BgClassName
{
background-color: #C618AC;
}
</style>
border-color css
<style>
span { border-color: #C618AC; }
span { border-color: rgb(198,24,172); }
td.TdClassName
{
border-color: #C618AC;
}
.TagClassName
{
border-color: #C618AC;
}
</style>