Shades of Deep Magenta #C714B2
Tints of Deep Magenta #C714B2
RGB
CMYK
RGB Variations
Color information
#C714B2 (or 0xC714B2) is known color: Deep Magenta. HEX triplet: C7, 14 and B2. RGB value is (199,20,178). Sum of RGB (Red+Green+Blue) = 199+20+178=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C714B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C714B2 is #38EB4D. Grayscale: #5B5B5B. Windows color (decimal): -3730254 or 11670727. OLE color: 11670727.
HSL color Cylindrical-coordinate representation of color #C714B2: hue angle of 307.04º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C714B2 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 178 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.22 |
| HSL | 307.04º | 0.82% | 0.43% | - |
| HSV(B) | 307.04º | 0.9% | 0.78% | - |
| XYZ | 31.84 | 15.86 | 43.5 | - |
| YUV | 91.53 | 176.8 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 178 | 0 | 0.90 | 0.11 | 0.22 | 307.04 | 0.82 | 0.43 |
| Hex | C7 | 14 | B2 | 0 | 5A | B | 16 | 133 | 52 | 2B |
| Octal | 307 | 24 | 262 | 0 | 132 | 13 | 26 | 463 | 122 | 53 |
| Binary | 11000111 | 10100 | 10110010 | 0 | 1011010 | 1011 | 10110 | 100110011 | 1010010 | 101011 |
Color Harmonies of #C714B2
Complementary color
Monochromatic Colors of #C714B2
Black with #C714B2
Text Example
Text Example
White with #C714B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714B2; }
p { color: rgb(199,20,178); }
H1.HeaderClassName
{
color: #C714B2;
}
.AnyTagClassName
{
color: #C714B2;
}
</style>
background-color css
<style>
a { background-color: #C714B2; }
a { background-color: rgb(199,20,178); }
div.DivClassName
{
background-color: #C714B2;
}
.BgClassName
{
background-color: #C714B2;
}
</style>
border-color css
<style>
span { border-color: #C714B2; }
span { border-color: rgb(199,20,178); }
td.TdClassName
{
border-color: #C714B2;
}
.TagClassName
{
border-color: #C714B2;
}
</style>