Shades of Deep Magenta #C600A7
Tints of Deep Magenta #C600A7
RGB
CMYK
RGB Variations
Color information
#C600A7 (or 0xC600A7) is known color: Deep Magenta. HEX triplet: C6, 00 and A7. RGB value is (198,0,167). Sum of RGB (Red+Green+Blue) = 198+0+167=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C600A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C600A7 is #39FF58. Grayscale: #4D4D4D. Windows color (decimal): -3800921 or 10944710. OLE color: 10944710.
HSL color Cylindrical-coordinate representation of color #C600A7: hue angle of 309.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600A7 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 167 | - |
| CMYK | 0 | 1 | 0.16 | 0.22 |
| HSL | 309.39º | 1% | 0.39% | - |
| HSV(B) | 309.39º | 1% | 0.78% | - |
| XYZ | 30.26 | 14.8 | 37.82 | - |
| YUV | 78.24 | 178.1 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 167 | 0 | 1 | 0.16 | 0.22 | 309.39 | 1 | 0.39 |
| Hex | C6 | 0 | A7 | 0 | 64 | 10 | 16 | 135 | 64 | 27 |
| Octal | 306 | 0 | 247 | 0 | 144 | 20 | 26 | 465 | 144 | 47 |
| Binary | 11000110 | 0 | 10100111 | 0 | 1100100 | 10000 | 10110 | 100110101 | 1100100 | 100111 |
Color Harmonies of #C600A7
Complementary color
Monochromatic Colors of #C600A7
Black with #C600A7
Text Example
Text Example
White with #C600A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600A7; }
p { color: rgb(198,0,167); }
H1.HeaderClassName
{
color: #C600A7;
}
.AnyTagClassName
{
color: #C600A7;
}
</style>
background-color css
<style>
a { background-color: #C600A7; }
a { background-color: rgb(198,0,167); }
div.DivClassName
{
background-color: #C600A7;
}
.BgClassName
{
background-color: #C600A7;
}
</style>
border-color css
<style>
span { border-color: #C600A7; }
span { border-color: rgb(198,0,167); }
td.TdClassName
{
border-color: #C600A7;
}
.TagClassName
{
border-color: #C600A7;
}
</style>