Shades of Deep Magenta #C619B6
Tints of Deep Magenta #C619B6
RGB
CMYK
RGB Variations
Color information
#C619B6 (or 0xC619B6) is known color: Deep Magenta. HEX triplet: C6, 19 and B6. RGB value is (198,25,182). Sum of RGB (Red+Green+Blue) = 198+25+182=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C619B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619B6 is #39E649. Grayscale: #5E5E5E. Windows color (decimal): -3794506 or 11934150. OLE color: 11934150.
HSL color Cylindrical-coordinate representation of color #C619B6: hue angle of 305.55º 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 #C619B6 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 182 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.22 |
| HSL | 305.55º | 0.78% | 0.44% | - |
| HSV(B) | 305.55º | 0.87% | 0.78% | - |
| XYZ | 32.08 | 16.08 | 45.67 | - |
| YUV | 94.63 | 177.31 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 182 | 0 | 0.87 | 0.08 | 0.22 | 305.55 | 0.78 | 0.44 |
| Hex | C6 | 19 | B6 | 0 | 57 | 8 | 16 | 132 | 4E | 2C |
| Octal | 306 | 31 | 266 | 0 | 127 | 10 | 26 | 462 | 116 | 54 |
| Binary | 11000110 | 11001 | 10110110 | 0 | 1010111 | 1000 | 10110 | 100110010 | 1001110 | 101100 |
Color Harmonies of #C619B6
Complementary color
Monochromatic Colors of #C619B6
Black with #C619B6
Text Example
Text Example
White with #C619B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619B6; }
p { color: rgb(198,25,182); }
H1.HeaderClassName
{
color: #C619B6;
}
.AnyTagClassName
{
color: #C619B6;
}
</style>
background-color css
<style>
a { background-color: #C619B6; }
a { background-color: rgb(198,25,182); }
div.DivClassName
{
background-color: #C619B6;
}
.BgClassName
{
background-color: #C619B6;
}
</style>
border-color css
<style>
span { border-color: #C619B6; }
span { border-color: rgb(198,25,182); }
td.TdClassName
{
border-color: #C619B6;
}
.TagClassName
{
border-color: #C619B6;
}
</style>