Shades of Deep Magenta #C618AD
Tints of Deep Magenta #C618AD
RGB
CMYK
RGB Variations
Color information
#C618AD (or 0xC618AD) is known color: Deep Magenta. HEX triplet: C6, 18 and AD. RGB value is (198,24,173). Sum of RGB (Red+Green+Blue) = 198+24+173=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C618AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C618AD is #39E752. Grayscale: #5C5C5C. Windows color (decimal): -3794771 or 11344070. OLE color: 11344070.
HSL color Cylindrical-coordinate representation of color #C618AD: hue angle of 308.62º 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 #C618AD is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 173 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.22 |
| HSL | 308.62º | 0.78% | 0.44% | - |
| HSV(B) | 308.62º | 0.88% | 0.78% | - |
| XYZ | 31.16 | 15.68 | 40.92 | - |
| YUV | 93.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 173 | 0 | 0.88 | 0.13 | 0.22 | 308.62 | 0.78 | 0.44 |
| Hex | C6 | 18 | AD | 0 | 58 | D | 16 | 135 | 4E | 2C |
| Octal | 306 | 30 | 255 | 0 | 130 | 15 | 26 | 465 | 116 | 54 |
| Binary | 11000110 | 11000 | 10101101 | 0 | 1011000 | 1101 | 10110 | 100110101 | 1001110 | 101100 |
Color Harmonies of #C618AD
Complementary color
Monochromatic Colors of #C618AD
Black with #C618AD
Text Example
Text Example
White with #C618AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618AD; }
p { color: rgb(198,24,173); }
H1.HeaderClassName
{
color: #C618AD;
}
.AnyTagClassName
{
color: #C618AD;
}
</style>
background-color css
<style>
a { background-color: #C618AD; }
a { background-color: rgb(198,24,173); }
div.DivClassName
{
background-color: #C618AD;
}
.BgClassName
{
background-color: #C618AD;
}
</style>
border-color css
<style>
span { border-color: #C618AD; }
span { border-color: rgb(198,24,173); }
td.TdClassName
{
border-color: #C618AD;
}
.TagClassName
{
border-color: #C618AD;
}
</style>