Shades of Deep Magenta #C614BA
Tints of Deep Magenta #C614BA
RGB
CMYK
RGB Variations
Color information
#C614BA (or 0xC614BA) is known color: Deep Magenta. HEX triplet: C6, 14 and BA. RGB value is (198,20,186). Sum of RGB (Red+Green+Blue) = 198+20+186=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C614BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614BA is #39EB45. Grayscale: #5B5B5B. Windows color (decimal): -3795782 or 12195014. OLE color: 12195014.
HSL color Cylindrical-coordinate representation of color #C614BA: hue angle of 304.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 #C614BA is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 186 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.22 |
| HSL | 304.05º | 0.82% | 0.43% | - |
| HSV(B) | 304.05º | 0.9% | 0.78% | - |
| XYZ | 32.4 | 16.05 | 47.84 | - |
| YUV | 92.15 | 180.97 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 186 | 0 | 0.90 | 0.06 | 0.22 | 304.05 | 0.82 | 0.43 |
| Hex | C6 | 14 | BA | 0 | 5A | 6 | 16 | 130 | 52 | 2B |
| Octal | 306 | 24 | 272 | 0 | 132 | 6 | 26 | 460 | 122 | 53 |
| Binary | 11000110 | 10100 | 10111010 | 0 | 1011010 | 110 | 10110 | 100110000 | 1010010 | 101011 |
Color Harmonies of #C614BA
Complementary color
Monochromatic Colors of #C614BA
Black with #C614BA
Text Example
Text Example
White with #C614BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614BA; }
p { color: rgb(198,20,186); }
H1.HeaderClassName
{
color: #C614BA;
}
.AnyTagClassName
{
color: #C614BA;
}
</style>
background-color css
<style>
a { background-color: #C614BA; }
a { background-color: rgb(198,20,186); }
div.DivClassName
{
background-color: #C614BA;
}
.BgClassName
{
background-color: #C614BA;
}
</style>
border-color css
<style>
span { border-color: #C614BA; }
span { border-color: rgb(198,20,186); }
td.TdClassName
{
border-color: #C614BA;
}
.TagClassName
{
border-color: #C614BA;
}
</style>