Shades of Deep Magenta #C615DC
Tints of Deep Magenta #C615DC
RGB
CMYK
RGB Variations
Color information
#C615DC (or 0xC615DC) is known color: Deep Magenta. HEX triplet: C6, 15 and DC. RGB value is (198,21,220). Sum of RGB (Red+Green+Blue) = 198+21+220=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #C615DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615DC is #39EA23. Grayscale: #5F5F5F. Windows color (decimal): -3795492 or 14423494. OLE color: 14423494.
HSL color Cylindrical-coordinate representation of color #C615DC: hue angle of 293.37º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C615DC is Cyan = 0.1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 21 | 220 | - |
| CMYK | 0.1 | 0.90 | 0 | 0.14 |
| HSL | 293.37º | 0.83% | 0.47% | - |
| HSV(B) | 293.37º | 0.9% | 0.86% | - |
| XYZ | 36.48 | 17.71 | 69.21 | - |
| YUV | 96.61 | 197.64 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 220 | 0.1 | 0.90 | 0 | 0.14 | 293.37 | 0.83 | 0.47 |
| Hex | C6 | 15 | DC | A | 5A | 0 | E | 125 | 53 | 2F |
| Octal | 306 | 25 | 334 | 12 | 132 | 0 | 16 | 445 | 123 | 57 |
| Binary | 11000110 | 10101 | 11011100 | 1010 | 1011010 | 0 | 1110 | 100100101 | 1010011 | 101111 |
Color Harmonies of #C615DC
Complementary color
Monochromatic Colors of #C615DC
Black with #C615DC
Text Example
Text Example
White with #C615DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615DC; }
p { color: rgb(198,21,220); }
H1.HeaderClassName
{
color: #C615DC;
}
.AnyTagClassName
{
color: #C615DC;
}
</style>
background-color css
<style>
a { background-color: #C615DC; }
a { background-color: rgb(198,21,220); }
div.DivClassName
{
background-color: #C615DC;
}
.BgClassName
{
background-color: #C615DC;
}
</style>
border-color css
<style>
span { border-color: #C615DC; }
span { border-color: rgb(198,21,220); }
td.TdClassName
{
border-color: #C615DC;
}
.TagClassName
{
border-color: #C615DC;
}
</style>