Shades of Deep Magenta #C614DA
Tints of Deep Magenta #C614DA
RGB
CMYK
RGB Variations
Color information
#C614DA (or 0xC614DA) is known color: Deep Magenta. HEX triplet: C6, 14 and DA. RGB value is (198,20,218). Sum of RGB (Red+Green+Blue) = 198+20+218=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #C614DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614DA is #39EB25. Grayscale: #5F5F5F. Windows color (decimal): -3795750 or 14292166. OLE color: 14292166.
HSL color Cylindrical-coordinate representation of color #C614DA: hue angle of 293.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C614DA is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 20 | 218 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.15 |
| HSL | 293.94º | 0.83% | 0.47% | - |
| HSV(B) | 293.94º | 0.91% | 0.85% | - |
| XYZ | 36.19 | 17.57 | 67.81 | - |
| YUV | 95.79 | 196.97 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 218 | 0.09 | 0.91 | 0 | 0.15 | 293.94 | 0.83 | 0.47 |
| Hex | C6 | 14 | DA | 9 | 5B | 0 | F | 126 | 53 | 2F |
| Octal | 306 | 24 | 332 | 11 | 133 | 0 | 17 | 446 | 123 | 57 |
| Binary | 11000110 | 10100 | 11011010 | 1001 | 1011011 | 0 | 1111 | 100100110 | 1010011 | 101111 |
Color Harmonies of #C614DA
Complementary color
Monochromatic Colors of #C614DA
Black with #C614DA
Text Example
Text Example
White with #C614DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614DA; }
p { color: rgb(198,20,218); }
H1.HeaderClassName
{
color: #C614DA;
}
.AnyTagClassName
{
color: #C614DA;
}
</style>
background-color css
<style>
a { background-color: #C614DA; }
a { background-color: rgb(198,20,218); }
div.DivClassName
{
background-color: #C614DA;
}
.BgClassName
{
background-color: #C614DA;
}
</style>
border-color css
<style>
span { border-color: #C614DA; }
span { border-color: rgb(198,20,218); }
td.TdClassName
{
border-color: #C614DA;
}
.TagClassName
{
border-color: #C614DA;
}
</style>