Shades of Deep Magenta #C615DD
Tints of Deep Magenta #C615DD
RGB
CMYK
RGB Variations
Color information
#C615DD (or 0xC615DD) is known color: Deep Magenta. HEX triplet: C6, 15 and DD. RGB value is (198,21,221). Sum of RGB (Red+Green+Blue) = 198+21+221=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #C615DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C615DD is #39EA22. Grayscale: #606060. Windows color (decimal): -3795491 or 14489030. OLE color: 14489030.
HSL color Cylindrical-coordinate representation of color #C615DD: hue angle of 293.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C615DD is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 21 | 221 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.13 |
| HSL | 293.1º | 0.83% | 0.47% | - |
| HSV(B) | 293.1º | 0.9% | 0.87% | - |
| XYZ | 36.61 | 17.76 | 69.91 | - |
| YUV | 96.72 | 198.14 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 221 | 0.10 | 0.90 | 0 | 0.13 | 293.1 | 0.83 | 0.47 |
| Hex | C6 | 15 | DD | A | 5A | 0 | D | 125 | 53 | 2F |
| Octal | 306 | 25 | 335 | 12 | 132 | 0 | 15 | 445 | 123 | 57 |
| Binary | 11000110 | 10101 | 11011101 | 1010 | 1011010 | 0 | 1101 | 100100101 | 1010011 | 101111 |
Color Harmonies of #C615DD
Complementary color
Monochromatic Colors of #C615DD
Black with #C615DD
Text Example
Text Example
White with #C615DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615DD; }
p { color: rgb(198,21,221); }
H1.HeaderClassName
{
color: #C615DD;
}
.AnyTagClassName
{
color: #C615DD;
}
</style>
background-color css
<style>
a { background-color: #C615DD; }
a { background-color: rgb(198,21,221); }
div.DivClassName
{
background-color: #C615DD;
}
.BgClassName
{
background-color: #C615DD;
}
</style>
border-color css
<style>
span { border-color: #C615DD; }
span { border-color: rgb(198,21,221); }
td.TdClassName
{
border-color: #C615DD;
}
.TagClassName
{
border-color: #C615DD;
}
</style>