Shades of Deep Magenta #C314DA
Tints of Deep Magenta #C314DA
RGB
CMYK
RGB Variations
Color information
#C314DA (or 0xC314DA) is known color: Deep Magenta. HEX triplet: C3, 14 and DA. RGB value is (195,20,218). Sum of RGB (Red+Green+Blue) = 195+20+218=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #C314DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C314DA is #3CEB25. Grayscale: #5E5E5E. Windows color (decimal): -3992358 or 14292163. OLE color: 14292163.
HSL color Cylindrical-coordinate representation of color #C314DA: hue angle of 293.03º 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 #C314DA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 20 | 218 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.15 |
| HSL | 293.03º | 0.83% | 0.47% | - |
| HSV(B) | 293.03º | 0.91% | 0.85% | - |
| XYZ | 35.41 | 17.16 | 67.78 | - |
| YUV | 94.9 | 197.48 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 218 | 0.11 | 0.91 | 0 | 0.15 | 293.03 | 0.83 | 0.47 |
| Hex | C3 | 14 | DA | B | 5B | 0 | F | 125 | 53 | 2F |
| Octal | 303 | 24 | 332 | 13 | 133 | 0 | 17 | 445 | 123 | 57 |
| Binary | 11000011 | 10100 | 11011010 | 1011 | 1011011 | 0 | 1111 | 100100101 | 1010011 | 101111 |
Color Harmonies of #C314DA
Complementary color
Monochromatic Colors of #C314DA
Black with #C314DA
Text Example
Text Example
White with #C314DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314DA; }
p { color: rgb(195,20,218); }
H1.HeaderClassName
{
color: #C314DA;
}
.AnyTagClassName
{
color: #C314DA;
}
</style>
background-color css
<style>
a { background-color: #C314DA; }
a { background-color: rgb(195,20,218); }
div.DivClassName
{
background-color: #C314DA;
}
.BgClassName
{
background-color: #C314DA;
}
</style>
border-color css
<style>
span { border-color: #C314DA; }
span { border-color: rgb(195,20,218); }
td.TdClassName
{
border-color: #C314DA;
}
.TagClassName
{
border-color: #C314DA;
}
</style>