Shades of Deep Magenta #C615AC
Tints of Deep Magenta #C615AC
RGB
CMYK
RGB Variations
Color information
#C615AC (or 0xC615AC) is known color: Deep Magenta. HEX triplet: C6, 15 and AC. RGB value is (198,21,172). Sum of RGB (Red+Green+Blue) = 198+21+172=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C615AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C615AC is #39EA53. Grayscale: #5A5A5A. Windows color (decimal): -3795540 or 11277766. OLE color: 11277766.
HSL color Cylindrical-coordinate representation of color #C615AC: hue angle of 308.81º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C615AC is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 172 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.22 |
| HSL | 308.81º | 0.81% | 0.43% | - |
| HSV(B) | 308.81º | 0.89% | 0.78% | - |
| XYZ | 31 | 15.52 | 40.39 | - |
| YUV | 91.14 | 173.64 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 172 | 0 | 0.89 | 0.13 | 0.22 | 308.81 | 0.81 | 0.43 |
| Hex | C6 | 15 | AC | 0 | 59 | D | 16 | 135 | 51 | 2B |
| Octal | 306 | 25 | 254 | 0 | 131 | 15 | 26 | 465 | 121 | 53 |
| Binary | 11000110 | 10101 | 10101100 | 0 | 1011001 | 1101 | 10110 | 100110101 | 1010001 | 101011 |
Color Harmonies of #C615AC
Complementary color
Monochromatic Colors of #C615AC
Black with #C615AC
Text Example
Text Example
White with #C615AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615AC; }
p { color: rgb(198,21,172); }
H1.HeaderClassName
{
color: #C615AC;
}
.AnyTagClassName
{
color: #C615AC;
}
</style>
background-color css
<style>
a { background-color: #C615AC; }
a { background-color: rgb(198,21,172); }
div.DivClassName
{
background-color: #C615AC;
}
.BgClassName
{
background-color: #C615AC;
}
</style>
border-color css
<style>
span { border-color: #C615AC; }
span { border-color: rgb(198,21,172); }
td.TdClassName
{
border-color: #C615AC;
}
.TagClassName
{
border-color: #C615AC;
}
</style>