Shades of Deep Magenta #C619C2
Tints of Deep Magenta #C619C2
RGB
CMYK
RGB Variations
Color information
#C619C2 (or 0xC619C2) is known color: Deep Magenta. HEX triplet: C6, 19 and C2. RGB value is (198,25,194). Sum of RGB (Red+Green+Blue) = 198+25+194=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C619C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619C2 is #39E63D. Grayscale: #5F5F5F. Windows color (decimal): -3794494 or 12720582. OLE color: 12720582.
HSL color Cylindrical-coordinate representation of color #C619C2: hue angle of 301.39º 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 #C619C2 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 194 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.22 |
| HSL | 301.39º | 0.78% | 0.44% | - |
| HSV(B) | 301.39º | 0.87% | 0.78% | - |
| XYZ | 33.37 | 16.6 | 52.48 | - |
| YUV | 95.99 | 183.31 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 194 | 0 | 0.87 | 0.02 | 0.22 | 301.39 | 0.78 | 0.44 |
| Hex | C6 | 19 | C2 | 0 | 57 | 2 | 16 | 12D | 4E | 2C |
| Octal | 306 | 31 | 302 | 0 | 127 | 2 | 26 | 455 | 116 | 54 |
| Binary | 11000110 | 11001 | 11000010 | 0 | 1010111 | 10 | 10110 | 100101101 | 1001110 | 101100 |
Color Harmonies of #C619C2
Complementary color
Monochromatic Colors of #C619C2
Black with #C619C2
Text Example
Text Example
White with #C619C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619C2; }
p { color: rgb(198,25,194); }
H1.HeaderClassName
{
color: #C619C2;
}
.AnyTagClassName
{
color: #C619C2;
}
</style>
background-color css
<style>
a { background-color: #C619C2; }
a { background-color: rgb(198,25,194); }
div.DivClassName
{
background-color: #C619C2;
}
.BgClassName
{
background-color: #C619C2;
}
</style>
border-color css
<style>
span { border-color: #C619C2; }
span { border-color: rgb(198,25,194); }
td.TdClassName
{
border-color: #C619C2;
}
.TagClassName
{
border-color: #C619C2;
}
</style>