Shades of Deep Magenta #C619CB
Tints of Deep Magenta #C619CB
RGB
CMYK
RGB Variations
Color information
#C619CB (or 0xC619CB) is known color: Deep Magenta. HEX triplet: C6, 19 and CB. RGB value is (198,25,203). Sum of RGB (Red+Green+Blue) = 198+25+203=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #C619CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C619CB is #39E634. Grayscale: #606060. Windows color (decimal): -3794485 or 13310406. OLE color: 13310406.
HSL color Cylindrical-coordinate representation of color #C619CB: hue angle of 298.31º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C619CB is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 25 | 203 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.20 |
| HSL | 298.31º | 0.78% | 0.45% | - |
| HSV(B) | 298.31º | 0.88% | 0.8% | - |
| XYZ | 34.42 | 17.01 | 57.97 | - |
| YUV | 97.02 | 187.81 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 203 | 0.02 | 0.88 | 0 | 0.20 | 298.31 | 0.78 | 0.45 |
| Hex | C6 | 19 | CB | 2 | 58 | 0 | 14 | 12A | 4E | 2D |
| Octal | 306 | 31 | 313 | 2 | 130 | 0 | 24 | 452 | 116 | 55 |
| Binary | 11000110 | 11001 | 11001011 | 10 | 1011000 | 0 | 10100 | 100101010 | 1001110 | 101101 |
Color Harmonies of #C619CB
Complementary color
Monochromatic Colors of #C619CB
Black with #C619CB
Text Example
Text Example
White with #C619CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619CB; }
p { color: rgb(198,25,203); }
H1.HeaderClassName
{
color: #C619CB;
}
.AnyTagClassName
{
color: #C619CB;
}
</style>
background-color css
<style>
a { background-color: #C619CB; }
a { background-color: rgb(198,25,203); }
div.DivClassName
{
background-color: #C619CB;
}
.BgClassName
{
background-color: #C619CB;
}
</style>
border-color css
<style>
span { border-color: #C619CB; }
span { border-color: rgb(198,25,203); }
td.TdClassName
{
border-color: #C619CB;
}
.TagClassName
{
border-color: #C619CB;
}
</style>