Shades of Deep Magenta #C605BE
Tints of Deep Magenta #C605BE
RGB
CMYK
RGB Variations
Color information
#C605BE (or 0xC605BE) is known color: Deep Magenta. HEX triplet: C6, 05 and BE. RGB value is (198,5,190). Sum of RGB (Red+Green+Blue) = 198+5+190=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C605BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605BE is #39FA41. Grayscale: #535353. Windows color (decimal): -3799618 or 12453318. OLE color: 12453318.
HSL color Cylindrical-coordinate representation of color #C605BE: hue angle of 302.49º 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 #C605BE is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 190 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.22 |
| HSL | 302.49º | 0.95% | 0.4% | - |
| HSV(B) | 302.49º | 0.97% | 0.78% | - |
| XYZ | 32.64 | 15.83 | 50.05 | - |
| YUV | 83.8 | 187.94 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 190 | 0 | 0.97 | 0.04 | 0.22 | 302.49 | 0.95 | 0.4 |
| Hex | C6 | 5 | BE | 0 | 61 | 4 | 16 | 12E | 5F | 28 |
| Octal | 306 | 5 | 276 | 0 | 141 | 4 | 26 | 456 | 137 | 50 |
| Binary | 11000110 | 101 | 10111110 | 0 | 1100001 | 100 | 10110 | 100101110 | 1011111 | 101000 |
Color Harmonies of #C605BE
Complementary color
Monochromatic Colors of #C605BE
Black with #C605BE
Text Example
Text Example
White with #C605BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C605BE; }
p { color: rgb(198,5,190); }
H1.HeaderClassName
{
color: #C605BE;
}
.AnyTagClassName
{
color: #C605BE;
}
</style>
background-color css
<style>
a { background-color: #C605BE; }
a { background-color: rgb(198,5,190); }
div.DivClassName
{
background-color: #C605BE;
}
.BgClassName
{
background-color: #C605BE;
}
</style>
border-color css
<style>
span { border-color: #C605BE; }
span { border-color: rgb(198,5,190); }
td.TdClassName
{
border-color: #C605BE;
}
.TagClassName
{
border-color: #C605BE;
}
</style>