Shades of Deep Magenta #C615BA
Tints of Deep Magenta #C615BA
RGB
CMYK
RGB Variations
Color information
#C615BA (or 0xC615BA) is known color: Deep Magenta. HEX triplet: C6, 15 and BA. RGB value is (198,21,186). Sum of RGB (Red+Green+Blue) = 198+21+186=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C615BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615BA is #39EA45. Grayscale: #5C5C5C. Windows color (decimal): -3795526 or 12195270. OLE color: 12195270.
HSL color Cylindrical-coordinate representation of color #C615BA: hue angle of 304.07º 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 #C615BA is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 186 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.22 |
| HSL | 304.07º | 0.81% | 0.43% | - |
| HSV(B) | 304.07º | 0.89% | 0.78% | - |
| XYZ | 32.42 | 16.09 | 47.85 | - |
| YUV | 92.73 | 180.64 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 186 | 0 | 0.89 | 0.06 | 0.22 | 304.07 | 0.81 | 0.43 |
| Hex | C6 | 15 | BA | 0 | 59 | 6 | 16 | 130 | 51 | 2B |
| Octal | 306 | 25 | 272 | 0 | 131 | 6 | 26 | 460 | 121 | 53 |
| Binary | 11000110 | 10101 | 10111010 | 0 | 1011001 | 110 | 10110 | 100110000 | 1010001 | 101011 |
Color Harmonies of #C615BA
Complementary color
Monochromatic Colors of #C615BA
Black with #C615BA
Text Example
Text Example
White with #C615BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615BA; }
p { color: rgb(198,21,186); }
H1.HeaderClassName
{
color: #C615BA;
}
.AnyTagClassName
{
color: #C615BA;
}
</style>
background-color css
<style>
a { background-color: #C615BA; }
a { background-color: rgb(198,21,186); }
div.DivClassName
{
background-color: #C615BA;
}
.BgClassName
{
background-color: #C615BA;
}
</style>
border-color css
<style>
span { border-color: #C615BA; }
span { border-color: rgb(198,21,186); }
td.TdClassName
{
border-color: #C615BA;
}
.TagClassName
{
border-color: #C615BA;
}
</style>