Shades of Deep Magenta #C514DA
Tints of Deep Magenta #C514DA
RGB
CMYK
RGB Variations
Color information
#C514DA (or 0xC514DA) is known color: Deep Magenta. HEX triplet: C5, 14 and DA. RGB value is (197,20,218). Sum of RGB (Red+Green+Blue) = 197+20+218=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #C514DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514DA is #3AEB25. Grayscale: #5E5E5E. Windows color (decimal): -3861286 or 14292165. OLE color: 14292165.
HSL color Cylindrical-coordinate representation of color #C514DA: hue angle of 293.64º 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 #C514DA is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 20 | 218 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.15 |
| HSL | 293.64º | 0.83% | 0.47% | - |
| HSV(B) | 293.64º | 0.91% | 0.85% | - |
| XYZ | 35.93 | 17.43 | 67.8 | - |
| YUV | 95.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 218 | 0.10 | 0.91 | 0 | 0.15 | 293.64 | 0.83 | 0.47 |
| Hex | C5 | 14 | DA | A | 5B | 0 | F | 126 | 53 | 2F |
| Octal | 305 | 24 | 332 | 12 | 133 | 0 | 17 | 446 | 123 | 57 |
| Binary | 11000101 | 10100 | 11011010 | 1010 | 1011011 | 0 | 1111 | 100100110 | 1010011 | 101111 |
Color Harmonies of #C514DA
Complementary color
Monochromatic Colors of #C514DA
Black with #C514DA
Text Example
Text Example
White with #C514DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C514DA; }
p { color: rgb(197,20,218); }
H1.HeaderClassName
{
color: #C514DA;
}
.AnyTagClassName
{
color: #C514DA;
}
</style>
background-color css
<style>
a { background-color: #C514DA; }
a { background-color: rgb(197,20,218); }
div.DivClassName
{
background-color: #C514DA;
}
.BgClassName
{
background-color: #C514DA;
}
</style>
border-color css
<style>
span { border-color: #C514DA; }
span { border-color: rgb(197,20,218); }
td.TdClassName
{
border-color: #C514DA;
}
.TagClassName
{
border-color: #C514DA;
}
</style>