Shades of Deep Magenta #C605E5
Tints of Deep Magenta #C605E5
RGB
CMYK
RGB Variations
Color information
#C605E5 (or 0xC605E5) is known color: Deep Magenta. HEX triplet: C6, 05 and E5. RGB value is (198,5,229). Sum of RGB (Red+Green+Blue) = 198+5+229=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #C605E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605E5 is #39FA1A. Grayscale: #575757. Windows color (decimal): -3799579 or 15009222. OLE color: 15009222.
HSL color Cylindrical-coordinate representation of color #C605E5: hue angle of 291.7º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605E5 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 5 | 229 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.10 |
| HSL | 291.7º | 0.96% | 0.46% | - |
| HSV(B) | 291.7º | 0.98% | 0.9% | - |
| XYZ | 37.49 | 17.77 | 75.58 | - |
| YUV | 88.24 | 207.44 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 229 | 0.14 | 0.98 | 0 | 0.10 | 291.7 | 0.96 | 0.46 |
| Hex | C6 | 5 | E5 | E | 62 | 0 | A | 124 | 60 | 2E |
| Octal | 306 | 5 | 345 | 16 | 142 | 0 | 12 | 444 | 140 | 56 |
| Binary | 11000110 | 101 | 11100101 | 1110 | 1100010 | 0 | 1010 | 100100100 | 1100000 | 101110 |
Color Harmonies of #C605E5
Complementary color
Monochromatic Colors of #C605E5
Black with #C605E5
Text Example
Text Example
White with #C605E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C605E5; }
p { color: rgb(198,5,229); }
H1.HeaderClassName
{
color: #C605E5;
}
.AnyTagClassName
{
color: #C605E5;
}
</style>
background-color css
<style>
a { background-color: #C605E5; }
a { background-color: rgb(198,5,229); }
div.DivClassName
{
background-color: #C605E5;
}
.BgClassName
{
background-color: #C605E5;
}
</style>
border-color css
<style>
span { border-color: #C605E5; }
span { border-color: rgb(198,5,229); }
td.TdClassName
{
border-color: #C605E5;
}
.TagClassName
{
border-color: #C605E5;
}
</style>