Shades of Deep Magenta #C615AF
Tints of Deep Magenta #C615AF
RGB
CMYK
RGB Variations
Color information
#C615AF (or 0xC615AF) is known color: Deep Magenta. HEX triplet: C6, 15 and AF. RGB value is (198,21,175). Sum of RGB (Red+Green+Blue) = 198+21+175=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C615AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C615AF is #39EA50. Grayscale: #5B5B5B. Windows color (decimal): -3795537 or 11474374. OLE color: 11474374.
HSL color Cylindrical-coordinate representation of color #C615AF: hue angle of 307.8º 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 #C615AF is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 175 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.22 |
| HSL | 307.8º | 0.81% | 0.43% | - |
| HSV(B) | 307.8º | 0.89% | 0.78% | - |
| XYZ | 31.29 | 15.64 | 41.93 | - |
| YUV | 91.48 | 175.14 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 175 | 0 | 0.89 | 0.12 | 0.22 | 307.8 | 0.81 | 0.43 |
| Hex | C6 | 15 | AF | 0 | 59 | C | 16 | 134 | 51 | 2B |
| Octal | 306 | 25 | 257 | 0 | 131 | 14 | 26 | 464 | 121 | 53 |
| Binary | 11000110 | 10101 | 10101111 | 0 | 1011001 | 1100 | 10110 | 100110100 | 1010001 | 101011 |
Color Harmonies of #C615AF
Complementary color
Monochromatic Colors of #C615AF
Black with #C615AF
Text Example
Text Example
White with #C615AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615AF; }
p { color: rgb(198,21,175); }
H1.HeaderClassName
{
color: #C615AF;
}
.AnyTagClassName
{
color: #C615AF;
}
</style>
background-color css
<style>
a { background-color: #C615AF; }
a { background-color: rgb(198,21,175); }
div.DivClassName
{
background-color: #C615AF;
}
.BgClassName
{
background-color: #C615AF;
}
</style>
border-color css
<style>
span { border-color: #C615AF; }
span { border-color: rgb(198,21,175); }
td.TdClassName
{
border-color: #C615AF;
}
.TagClassName
{
border-color: #C615AF;
}
</style>