Shades of Deep Magenta #C614DD
Tints of Deep Magenta #C614DD
RGB
CMYK
RGB Variations
Color information
#C614DD (or 0xC614DD) is known color: Deep Magenta. HEX triplet: C6, 14 and DD. RGB value is (198,20,221). Sum of RGB (Red+Green+Blue) = 198+20+221=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #C614DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614DD is #39EB22. Grayscale: #5F5F5F. Windows color (decimal): -3795747 or 14488774. OLE color: 14488774.
HSL color Cylindrical-coordinate representation of color #C614DD: hue angle of 293.13º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C614DD is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 20 | 221 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.13 |
| HSL | 293.13º | 0.83% | 0.47% | - |
| HSV(B) | 293.13º | 0.91% | 0.87% | - |
| XYZ | 36.59 | 17.73 | 69.9 | - |
| YUV | 96.14 | 198.47 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 221 | 0.10 | 0.91 | 0 | 0.13 | 293.13 | 0.83 | 0.47 |
| Hex | C6 | 14 | DD | A | 5B | 0 | D | 125 | 53 | 2F |
| Octal | 306 | 24 | 335 | 12 | 133 | 0 | 15 | 445 | 123 | 57 |
| Binary | 11000110 | 10100 | 11011101 | 1010 | 1011011 | 0 | 1101 | 100100101 | 1010011 | 101111 |
Color Harmonies of #C614DD
Complementary color
Monochromatic Colors of #C614DD
Black with #C614DD
Text Example
Text Example
White with #C614DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614DD; }
p { color: rgb(198,20,221); }
H1.HeaderClassName
{
color: #C614DD;
}
.AnyTagClassName
{
color: #C614DD;
}
</style>
background-color css
<style>
a { background-color: #C614DD; }
a { background-color: rgb(198,20,221); }
div.DivClassName
{
background-color: #C614DD;
}
.BgClassName
{
background-color: #C614DD;
}
</style>
border-color css
<style>
span { border-color: #C614DD; }
span { border-color: rgb(198,20,221); }
td.TdClassName
{
border-color: #C614DD;
}
.TagClassName
{
border-color: #C614DD;
}
</style>