Shades of Deep Magenta #C614E4
Tints of Deep Magenta #C614E4
RGB
CMYK
RGB Variations
Color information
#C614E4 (or 0xC614E4) is known color: Deep Magenta. HEX triplet: C6, 14 and E4. RGB value is (198,20,228). Sum of RGB (Red+Green+Blue) = 198+20+228=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #C614E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614E4 is #39EB1B. Grayscale: #606060. Windows color (decimal): -3795740 or 14947526. OLE color: 14947526.
HSL color Cylindrical-coordinate representation of color #C614E4: hue angle of 291.35º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C614E4 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 20 | 228 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.11 |
| HSL | 291.35º | 0.84% | 0.49% | - |
| HSV(B) | 291.35º | 0.91% | 0.89% | - |
| XYZ | 37.54 | 18.11 | 74.92 | - |
| YUV | 96.93 | 201.97 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 228 | 0.13 | 0.91 | 0 | 0.11 | 291.35 | 0.84 | 0.49 |
| Hex | C6 | 14 | E4 | D | 5B | 0 | B | 123 | 54 | 31 |
| Octal | 306 | 24 | 344 | 15 | 133 | 0 | 13 | 443 | 124 | 61 |
| Binary | 11000110 | 10100 | 11100100 | 1101 | 1011011 | 0 | 1011 | 100100011 | 1010100 | 110001 |
Color Harmonies of #C614E4
Complementary color
Monochromatic Colors of #C614E4
Black with #C614E4
Text Example
Text Example
White with #C614E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614E4; }
p { color: rgb(198,20,228); }
H1.HeaderClassName
{
color: #C614E4;
}
.AnyTagClassName
{
color: #C614E4;
}
</style>
background-color css
<style>
a { background-color: #C614E4; }
a { background-color: rgb(198,20,228); }
div.DivClassName
{
background-color: #C614E4;
}
.BgClassName
{
background-color: #C614E4;
}
</style>
border-color css
<style>
span { border-color: #C614E4; }
span { border-color: rgb(198,20,228); }
td.TdClassName
{
border-color: #C614E4;
}
.TagClassName
{
border-color: #C614E4;
}
</style>