Shades of Deep Magenta #C606B2
Tints of Deep Magenta #C606B2
RGB
CMYK
RGB Variations
Color information
#C606B2 (or 0xC606B2) is known color: Deep Magenta. HEX triplet: C6, 06 and B2. RGB value is (198,6,178). Sum of RGB (Red+Green+Blue) = 198+6+178=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C606B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C606B2 is #39F94D. Grayscale: #525252. Windows color (decimal): -3799374 or 11667142. OLE color: 11667142.
HSL color Cylindrical-coordinate representation of color #C606B2: hue angle of 306.25º 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 #C606B2 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 178 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.22 |
| HSL | 306.25º | 0.94% | 0.4% | - |
| HSV(B) | 306.25º | 0.97% | 0.78% | - |
| XYZ | 31.39 | 15.35 | 43.43 | - |
| YUV | 83.02 | 181.61 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 178 | 0 | 0.97 | 0.10 | 0.22 | 306.25 | 0.94 | 0.4 |
| Hex | C6 | 6 | B2 | 0 | 61 | A | 16 | 132 | 5E | 28 |
| Octal | 306 | 6 | 262 | 0 | 141 | 12 | 26 | 462 | 136 | 50 |
| Binary | 11000110 | 110 | 10110010 | 0 | 1100001 | 1010 | 10110 | 100110010 | 1011110 | 101000 |
Color Harmonies of #C606B2
Complementary color
Monochromatic Colors of #C606B2
Black with #C606B2
Text Example
Text Example
White with #C606B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606B2; }
p { color: rgb(198,6,178); }
H1.HeaderClassName
{
color: #C606B2;
}
.AnyTagClassName
{
color: #C606B2;
}
</style>
background-color css
<style>
a { background-color: #C606B2; }
a { background-color: rgb(198,6,178); }
div.DivClassName
{
background-color: #C606B2;
}
.BgClassName
{
background-color: #C606B2;
}
</style>
border-color css
<style>
span { border-color: #C606B2; }
span { border-color: rgb(198,6,178); }
td.TdClassName
{
border-color: #C606B2;
}
.TagClassName
{
border-color: #C606B2;
}
</style>