Shades of Deep Magenta #C614B9
Tints of Deep Magenta #C614B9
RGB
CMYK
RGB Variations
Color information
#C614B9 (or 0xC614B9) is known color: Deep Magenta. HEX triplet: C6, 14 and B9. RGB value is (198,20,185). Sum of RGB (Red+Green+Blue) = 198+20+185=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C614B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C614B9 is #39EB46. Grayscale: #5B5B5B. Windows color (decimal): -3795783 or 12129478. OLE color: 12129478.
HSL color Cylindrical-coordinate representation of color #C614B9: hue angle of 304.38º 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 #C614B9 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 185 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.22 |
| HSL | 304.38º | 0.82% | 0.43% | - |
| HSV(B) | 304.38º | 0.9% | 0.78% | - |
| XYZ | 32.3 | 16.01 | 47.29 | - |
| YUV | 92.03 | 180.47 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 185 | 0 | 0.90 | 0.07 | 0.22 | 304.38 | 0.82 | 0.43 |
| Hex | C6 | 14 | B9 | 0 | 5A | 7 | 16 | 130 | 52 | 2B |
| Octal | 306 | 24 | 271 | 0 | 132 | 7 | 26 | 460 | 122 | 53 |
| Binary | 11000110 | 10100 | 10111001 | 0 | 1011010 | 111 | 10110 | 100110000 | 1010010 | 101011 |
Color Harmonies of #C614B9
Complementary color
Monochromatic Colors of #C614B9
Black with #C614B9
Text Example
Text Example
White with #C614B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614B9; }
p { color: rgb(198,20,185); }
H1.HeaderClassName
{
color: #C614B9;
}
.AnyTagClassName
{
color: #C614B9;
}
</style>
background-color css
<style>
a { background-color: #C614B9; }
a { background-color: rgb(198,20,185); }
div.DivClassName
{
background-color: #C614B9;
}
.BgClassName
{
background-color: #C614B9;
}
</style>
border-color css
<style>
span { border-color: #C614B9; }
span { border-color: rgb(198,20,185); }
td.TdClassName
{
border-color: #C614B9;
}
.TagClassName
{
border-color: #C614B9;
}
</style>