Shades of Deep Magenta #C600E5
Tints of Deep Magenta #C600E5
RGB
CMYK
RGB Variations
Color information
#C600E5 (or 0xC600E5) is known color: Deep Magenta. HEX triplet: C6, 00 and E5. RGB value is (198,0,229). Sum of RGB (Red+Green+Blue) = 198+0+229=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #C600E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C600E5 is #39FF1A. Grayscale: #545454. Windows color (decimal): -3800859 or 15007942. OLE color: 15007942.
HSL color Cylindrical-coordinate representation of color #C600E5: hue angle of 291.88º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600E5 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 0 | 229 | - |
| CMYK | 0.14 | 1 | 0 | 0.10 |
| HSL | 291.88º | 1% | 0.45% | - |
| HSV(B) | 291.88º | 1% | 0.9% | - |
| XYZ | 37.43 | 17.66 | 75.57 | - |
| YUV | 85.31 | 209.1 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 229 | 0.14 | 1 | 0 | 0.10 | 291.88 | 1 | 0.45 |
| Hex | C6 | 0 | E5 | E | 64 | 0 | A | 124 | 64 | 2D |
| Octal | 306 | 0 | 345 | 16 | 144 | 0 | 12 | 444 | 144 | 55 |
| Binary | 11000110 | 0 | 11100101 | 1110 | 1100100 | 0 | 1010 | 100100100 | 1100100 | 101101 |
Color Harmonies of #C600E5
Complementary color
Monochromatic Colors of #C600E5
Black with #C600E5
Text Example
Text Example
White with #C600E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600E5; }
p { color: rgb(198,0,229); }
H1.HeaderClassName
{
color: #C600E5;
}
.AnyTagClassName
{
color: #C600E5;
}
</style>
background-color css
<style>
a { background-color: #C600E5; }
a { background-color: rgb(198,0,229); }
div.DivClassName
{
background-color: #C600E5;
}
.BgClassName
{
background-color: #C600E5;
}
</style>
border-color css
<style>
span { border-color: #C600E5; }
span { border-color: rgb(198,0,229); }
td.TdClassName
{
border-color: #C600E5;
}
.TagClassName
{
border-color: #C600E5;
}
</style>