Shades of Deep Magenta #C619B2
Tints of Deep Magenta #C619B2
RGB
CMYK
RGB Variations
Color information
#C619B2 (or 0xC619B2) is known color: Deep Magenta. HEX triplet: C6, 19 and B2. RGB value is (198,25,178). Sum of RGB (Red+Green+Blue) = 198+25+178=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C619B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C619B2 is #39E64D. Grayscale: #5D5D5D. Windows color (decimal): -3794510 or 11672006. OLE color: 11672006.
HSL color Cylindrical-coordinate representation of color #C619B2: hue angle of 306.94º 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 #C619B2 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 178 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.22 |
| HSL | 306.94º | 0.78% | 0.44% | - |
| HSV(B) | 306.94º | 0.87% | 0.78% | - |
| XYZ | 31.67 | 15.92 | 43.52 | - |
| YUV | 94.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 178 | 0 | 0.87 | 0.10 | 0.22 | 306.94 | 0.78 | 0.44 |
| Hex | C6 | 19 | B2 | 0 | 57 | A | 16 | 133 | 4E | 2C |
| Octal | 306 | 31 | 262 | 0 | 127 | 12 | 26 | 463 | 116 | 54 |
| Binary | 11000110 | 11001 | 10110010 | 0 | 1010111 | 1010 | 10110 | 100110011 | 1001110 | 101100 |
Color Harmonies of #C619B2
Complementary color
Monochromatic Colors of #C619B2
Black with #C619B2
Text Example
Text Example
White with #C619B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619B2; }
p { color: rgb(198,25,178); }
H1.HeaderClassName
{
color: #C619B2;
}
.AnyTagClassName
{
color: #C619B2;
}
</style>
background-color css
<style>
a { background-color: #C619B2; }
a { background-color: rgb(198,25,178); }
div.DivClassName
{
background-color: #C619B2;
}
.BgClassName
{
background-color: #C619B2;
}
</style>
border-color css
<style>
span { border-color: #C619B2; }
span { border-color: rgb(198,25,178); }
td.TdClassName
{
border-color: #C619B2;
}
.TagClassName
{
border-color: #C619B2;
}
</style>