Shades of Deep Magenta #C606A8
Tints of Deep Magenta #C606A8
RGB
CMYK
RGB Variations
Color information
#C606A8 (or 0xC606A8) is known color: Deep Magenta. HEX triplet: C6, 06 and A8. RGB value is (198,6,168). Sum of RGB (Red+Green+Blue) = 198+6+168=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C606A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C606A8 is #39F957. Grayscale: #515151. Windows color (decimal): -3799384 or 11011782. OLE color: 11011782.
HSL color Cylindrical-coordinate representation of color #C606A8: hue angle of 309.38º 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 #C606A8 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.22 |
| HSL | 309.38º | 0.94% | 0.4% | - |
| HSV(B) | 309.38º | 0.97% | 0.78% | - |
| XYZ | 30.42 | 14.96 | 38.33 | - |
| YUV | 81.88 | 176.61 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 168 | 0 | 0.97 | 0.15 | 0.22 | 309.38 | 0.94 | 0.4 |
| Hex | C6 | 6 | A8 | 0 | 61 | F | 16 | 135 | 5E | 28 |
| Octal | 306 | 6 | 250 | 0 | 141 | 17 | 26 | 465 | 136 | 50 |
| Binary | 11000110 | 110 | 10101000 | 0 | 1100001 | 1111 | 10110 | 100110101 | 1011110 | 101000 |
Color Harmonies of #C606A8
Complementary color
Monochromatic Colors of #C606A8
Black with #C606A8
Text Example
Text Example
White with #C606A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606A8; }
p { color: rgb(198,6,168); }
H1.HeaderClassName
{
color: #C606A8;
}
.AnyTagClassName
{
color: #C606A8;
}
</style>
background-color css
<style>
a { background-color: #C606A8; }
a { background-color: rgb(198,6,168); }
div.DivClassName
{
background-color: #C606A8;
}
.BgClassName
{
background-color: #C606A8;
}
</style>
border-color css
<style>
span { border-color: #C606A8; }
span { border-color: rgb(198,6,168); }
td.TdClassName
{
border-color: #C606A8;
}
.TagClassName
{
border-color: #C606A8;
}
</style>