Shades of Deep Magenta #C606AB
Tints of Deep Magenta #C606AB
RGB
CMYK
RGB Variations
Color information
#C606AB (or 0xC606AB) is known color: Deep Magenta. HEX triplet: C6, 06 and AB. RGB value is (198,6,171). Sum of RGB (Red+Green+Blue) = 198+6+171=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C606AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C606AB is #39F954. Grayscale: #515151. Windows color (decimal): -3799381 or 11208390. OLE color: 11208390.
HSL color Cylindrical-coordinate representation of color #C606AB: hue angle of 308.44º 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 #C606AB is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 171 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.22 |
| HSL | 308.44º | 0.94% | 0.4% | - |
| HSV(B) | 308.44º | 0.97% | 0.78% | - |
| XYZ | 30.7 | 15.08 | 39.82 | - |
| YUV | 82.22 | 178.11 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 171 | 0 | 0.97 | 0.14 | 0.22 | 308.44 | 0.94 | 0.4 |
| Hex | C6 | 6 | AB | 0 | 61 | E | 16 | 134 | 5E | 28 |
| Octal | 306 | 6 | 253 | 0 | 141 | 16 | 26 | 464 | 136 | 50 |
| Binary | 11000110 | 110 | 10101011 | 0 | 1100001 | 1110 | 10110 | 100110100 | 1011110 | 101000 |
Color Harmonies of #C606AB
Complementary color
Monochromatic Colors of #C606AB
Black with #C606AB
Text Example
Text Example
White with #C606AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606AB; }
p { color: rgb(198,6,171); }
H1.HeaderClassName
{
color: #C606AB;
}
.AnyTagClassName
{
color: #C606AB;
}
</style>
background-color css
<style>
a { background-color: #C606AB; }
a { background-color: rgb(198,6,171); }
div.DivClassName
{
background-color: #C606AB;
}
.BgClassName
{
background-color: #C606AB;
}
</style>
border-color css
<style>
span { border-color: #C606AB; }
span { border-color: rgb(198,6,171); }
td.TdClassName
{
border-color: #C606AB;
}
.TagClassName
{
border-color: #C606AB;
}
</style>