Shades of Deep Magenta #C714DA
Tints of Deep Magenta #C714DA
RGB
CMYK
RGB Variations
Color information
#C714DA (or 0xC714DA) is known color: Deep Magenta. HEX triplet: C7, 14 and DA. RGB value is (199,20,218). Sum of RGB (Red+Green+Blue) = 199+20+218=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #C714DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C714DA is #38EB25. Grayscale: #5F5F5F. Windows color (decimal): -3730214 or 14292167. OLE color: 14292167.
HSL color Cylindrical-coordinate representation of color #C714DA: hue angle of 294.24º 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 #C714DA is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 20 | 218 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.15 |
| HSL | 294.24º | 0.83% | 0.47% | - |
| HSV(B) | 294.24º | 0.91% | 0.85% | - |
| XYZ | 36.46 | 17.7 | 67.83 | - |
| YUV | 96.09 | 196.8 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 218 | 0.09 | 0.91 | 0 | 0.15 | 294.24 | 0.83 | 0.47 |
| Hex | C7 | 14 | DA | 9 | 5B | 0 | F | 126 | 53 | 2F |
| Octal | 307 | 24 | 332 | 11 | 133 | 0 | 17 | 446 | 123 | 57 |
| Binary | 11000111 | 10100 | 11011010 | 1001 | 1011011 | 0 | 1111 | 100100110 | 1010011 | 101111 |
Color Harmonies of #C714DA
Complementary color
Monochromatic Colors of #C714DA
Black with #C714DA
Text Example
Text Example
White with #C714DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714DA; }
p { color: rgb(199,20,218); }
H1.HeaderClassName
{
color: #C714DA;
}
.AnyTagClassName
{
color: #C714DA;
}
</style>
background-color css
<style>
a { background-color: #C714DA; }
a { background-color: rgb(199,20,218); }
div.DivClassName
{
background-color: #C714DA;
}
.BgClassName
{
background-color: #C714DA;
}
</style>
border-color css
<style>
span { border-color: #C714DA; }
span { border-color: rgb(199,20,218); }
td.TdClassName
{
border-color: #C714DA;
}
.TagClassName
{
border-color: #C714DA;
}
</style>