Shades of Deep Magenta #C606BE
Tints of Deep Magenta #C606BE
RGB
CMYK
RGB Variations
Color information
#C606BE (or 0xC606BE) is known color: Deep Magenta. HEX triplet: C6, 06 and BE. RGB value is (198,6,190). Sum of RGB (Red+Green+Blue) = 198+6+190=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C606BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606BE is #39F941. Grayscale: #535353. Windows color (decimal): -3799362 or 12453574. OLE color: 12453574.
HSL color Cylindrical-coordinate representation of color #C606BE: hue angle of 302.5º degrees, saturation: 0.94, 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 #C606BE is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 190 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.22 |
| HSL | 302.5º | 0.94% | 0.4% | - |
| HSV(B) | 302.5º | 0.97% | 0.78% | - |
| XYZ | 32.65 | 15.85 | 50.05 | - |
| YUV | 84.38 | 187.61 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 190 | 0 | 0.97 | 0.04 | 0.22 | 302.5 | 0.94 | 0.4 |
| Hex | C6 | 6 | BE | 0 | 61 | 4 | 16 | 12E | 5E | 28 |
| Octal | 306 | 6 | 276 | 0 | 141 | 4 | 26 | 456 | 136 | 50 |
| Binary | 11000110 | 110 | 10111110 | 0 | 1100001 | 100 | 10110 | 100101110 | 1011110 | 101000 |
Color Harmonies of #C606BE
Complementary color
Monochromatic Colors of #C606BE
Black with #C606BE
Text Example
Text Example
White with #C606BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606BE; }
p { color: rgb(198,6,190); }
H1.HeaderClassName
{
color: #C606BE;
}
.AnyTagClassName
{
color: #C606BE;
}
</style>
background-color css
<style>
a { background-color: #C606BE; }
a { background-color: rgb(198,6,190); }
div.DivClassName
{
background-color: #C606BE;
}
.BgClassName
{
background-color: #C606BE;
}
</style>
border-color css
<style>
span { border-color: #C606BE; }
span { border-color: rgb(198,6,190); }
td.TdClassName
{
border-color: #C606BE;
}
.TagClassName
{
border-color: #C606BE;
}
</style>