Shades of Deep Magenta #C605C0
Tints of Deep Magenta #C605C0
RGB
CMYK
RGB Variations
Color information
#C605C0 (or 0xC605C0) is known color: Deep Magenta. HEX triplet: C6, 05 and C0. RGB value is (198,5,192). Sum of RGB (Red+Green+Blue) = 198+5+192=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C605C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605C0 is #39FA3F. Grayscale: #535353. Windows color (decimal): -3799616 or 12584390. OLE color: 12584390.
HSL color Cylindrical-coordinate representation of color #C605C0: hue angle of 301.87º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C605C0 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 192 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.22 |
| HSL | 301.87º | 0.95% | 0.4% | - |
| HSV(B) | 301.87º | 0.97% | 0.78% | - |
| XYZ | 32.86 | 15.92 | 51.21 | - |
| YUV | 84.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 192 | 0 | 0.97 | 0.03 | 0.22 | 301.87 | 0.95 | 0.4 |
| Hex | C6 | 5 | C0 | 0 | 61 | 3 | 16 | 12E | 5F | 28 |
| Octal | 306 | 5 | 300 | 0 | 141 | 3 | 26 | 456 | 137 | 50 |
| Binary | 11000110 | 101 | 11000000 | 0 | 1100001 | 11 | 10110 | 100101110 | 1011111 | 101000 |
Color Harmonies of #C605C0
Complementary color
Monochromatic Colors of #C605C0
Black with #C605C0
Text Example
Text Example
White with #C605C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C605C0; }
p { color: rgb(198,5,192); }
H1.HeaderClassName
{
color: #C605C0;
}
.AnyTagClassName
{
color: #C605C0;
}
</style>
background-color css
<style>
a { background-color: #C605C0; }
a { background-color: rgb(198,5,192); }
div.DivClassName
{
background-color: #C605C0;
}
.BgClassName
{
background-color: #C605C0;
}
</style>
border-color css
<style>
span { border-color: #C605C0; }
span { border-color: rgb(198,5,192); }
td.TdClassName
{
border-color: #C605C0;
}
.TagClassName
{
border-color: #C605C0;
}
</style>