Shades of Deep Magenta #C619B4
Tints of Deep Magenta #C619B4
RGB
CMYK
RGB Variations
Color information
#C619B4 (or 0xC619B4) is known color: Deep Magenta. HEX triplet: C6, 19 and B4. RGB value is (198,25,180). Sum of RGB (Red+Green+Blue) = 198+25+180=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C619B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619B4 is #39E64B. Grayscale: #5D5D5D. Windows color (decimal): -3794508 or 11803078. OLE color: 11803078.
HSL color Cylindrical-coordinate representation of color #C619B4: hue angle of 306.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C619B4 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 180 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.22 |
| HSL | 306.24º | 0.78% | 0.44% | - |
| HSV(B) | 306.24º | 0.87% | 0.78% | - |
| XYZ | 31.87 | 16 | 44.59 | - |
| YUV | 94.4 | 176.31 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 180 | 0 | 0.87 | 0.09 | 0.22 | 306.24 | 0.78 | 0.44 |
| Hex | C6 | 19 | B4 | 0 | 57 | 9 | 16 | 132 | 4E | 2C |
| Octal | 306 | 31 | 264 | 0 | 127 | 11 | 26 | 462 | 116 | 54 |
| Binary | 11000110 | 11001 | 10110100 | 0 | 1010111 | 1001 | 10110 | 100110010 | 1001110 | 101100 |
Color Harmonies of #C619B4
Complementary color
Monochromatic Colors of #C619B4
Black with #C619B4
Text Example
Text Example
White with #C619B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619B4; }
p { color: rgb(198,25,180); }
H1.HeaderClassName
{
color: #C619B4;
}
.AnyTagClassName
{
color: #C619B4;
}
</style>
background-color css
<style>
a { background-color: #C619B4; }
a { background-color: rgb(198,25,180); }
div.DivClassName
{
background-color: #C619B4;
}
.BgClassName
{
background-color: #C619B4;
}
</style>
border-color css
<style>
span { border-color: #C619B4; }
span { border-color: rgb(198,25,180); }
td.TdClassName
{
border-color: #C619B4;
}
.TagClassName
{
border-color: #C619B4;
}
</style>