Shades of Deep Magenta #C606D8
Tints of Deep Magenta #C606D8
RGB
CMYK
RGB Variations
Color information
#C606D8 (or 0xC606D8) is known color: Deep Magenta. HEX triplet: C6, 06 and D8. RGB value is (198,6,216). Sum of RGB (Red+Green+Blue) = 198+6+216=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #C606D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606D8 is #39F927. Grayscale: #565656. Windows color (decimal): -3799336 or 14157510. OLE color: 14157510.
HSL color Cylindrical-coordinate representation of color #C606D8: hue angle of 294.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C606D8 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 6 | 216 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.15 |
| HSL | 294.86º | 0.95% | 0.44% | - |
| HSV(B) | 294.86º | 0.97% | 0.85% | - |
| XYZ | 35.75 | 17.09 | 66.38 | - |
| YUV | 87.35 | 200.61 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 216 | 0.08 | 0.97 | 0 | 0.15 | 294.86 | 0.95 | 0.44 |
| Hex | C6 | 6 | D8 | 8 | 61 | 0 | F | 127 | 5F | 2C |
| Octal | 306 | 6 | 330 | 10 | 141 | 0 | 17 | 447 | 137 | 54 |
| Binary | 11000110 | 110 | 11011000 | 1000 | 1100001 | 0 | 1111 | 100100111 | 1011111 | 101100 |
Color Harmonies of #C606D8
Complementary color
Monochromatic Colors of #C606D8
Black with #C606D8
Text Example
Text Example
White with #C606D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606D8; }
p { color: rgb(198,6,216); }
H1.HeaderClassName
{
color: #C606D8;
}
.AnyTagClassName
{
color: #C606D8;
}
</style>
background-color css
<style>
a { background-color: #C606D8; }
a { background-color: rgb(198,6,216); }
div.DivClassName
{
background-color: #C606D8;
}
.BgClassName
{
background-color: #C606D8;
}
</style>
border-color css
<style>
span { border-color: #C606D8; }
span { border-color: rgb(198,6,216); }
td.TdClassName
{
border-color: #C606D8;
}
.TagClassName
{
border-color: #C606D8;
}
</style>