Shades of Deep Magenta #C606E5
Tints of Deep Magenta #C606E5
RGB
CMYK
RGB Variations
Color information
#C606E5 (or 0xC606E5) is known color: Deep Magenta. HEX triplet: C6, 06 and E5. RGB value is (198,6,229). Sum of RGB (Red+Green+Blue) = 198+6+229=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #C606E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606E5 is #39F91A. Grayscale: #585858. Windows color (decimal): -3799323 or 15009478. OLE color: 15009478.
HSL color Cylindrical-coordinate representation of color #C606E5: hue angle of 291.66º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C606E5 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 6 | 229 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.10 |
| HSL | 291.66º | 0.95% | 0.46% | - |
| HSV(B) | 291.66º | 0.97% | 0.9% | - |
| XYZ | 37.5 | 17.79 | 75.59 | - |
| YUV | 88.83 | 207.11 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 229 | 0.14 | 0.97 | 0 | 0.10 | 291.66 | 0.95 | 0.46 |
| Hex | C6 | 6 | E5 | E | 61 | 0 | A | 124 | 5F | 2E |
| Octal | 306 | 6 | 345 | 16 | 141 | 0 | 12 | 444 | 137 | 56 |
| Binary | 11000110 | 110 | 11100101 | 1110 | 1100001 | 0 | 1010 | 100100100 | 1011111 | 101110 |
Color Harmonies of #C606E5
Complementary color
Monochromatic Colors of #C606E5
Black with #C606E5
Text Example
Text Example
White with #C606E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606E5; }
p { color: rgb(198,6,229); }
H1.HeaderClassName
{
color: #C606E5;
}
.AnyTagClassName
{
color: #C606E5;
}
</style>
background-color css
<style>
a { background-color: #C606E5; }
a { background-color: rgb(198,6,229); }
div.DivClassName
{
background-color: #C606E5;
}
.BgClassName
{
background-color: #C606E5;
}
</style>
border-color css
<style>
span { border-color: #C606E5; }
span { border-color: rgb(198,6,229); }
td.TdClassName
{
border-color: #C606E5;
}
.TagClassName
{
border-color: #C606E5;
}
</style>