Shades of Deep Magenta #C600AC
Tints of Deep Magenta #C600AC
RGB
CMYK
RGB Variations
Color information
#C600AC (or 0xC600AC) is known color: Deep Magenta. HEX triplet: C6, 00 and AC. RGB value is (198,0,172). Sum of RGB (Red+Green+Blue) = 198+0+172=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C600AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C600AC is #39FF53. Grayscale: #4E4E4E. Windows color (decimal): -3800916 or 11272390. OLE color: 11272390.
HSL color Cylindrical-coordinate representation of color #C600AC: hue angle of 307.88º 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 #C600AC is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.13 | 0.22 |
| HSL | 307.88º | 1% | 0.39% | - |
| HSV(B) | 307.88º | 1% | 0.78% | - |
| XYZ | 30.74 | 14.98 | 40.3 | - |
| YUV | 78.81 | 180.6 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 172 | 0 | 1 | 0.13 | 0.22 | 307.88 | 1 | 0.39 |
| Hex | C6 | 0 | AC | 0 | 64 | D | 16 | 134 | 64 | 27 |
| Octal | 306 | 0 | 254 | 0 | 144 | 15 | 26 | 464 | 144 | 47 |
| Binary | 11000110 | 0 | 10101100 | 0 | 1100100 | 1101 | 10110 | 100110100 | 1100100 | 100111 |
Color Harmonies of #C600AC
Complementary color
Monochromatic Colors of #C600AC
Black with #C600AC
Text Example
Text Example
White with #C600AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600AC; }
p { color: rgb(198,0,172); }
H1.HeaderClassName
{
color: #C600AC;
}
.AnyTagClassName
{
color: #C600AC;
}
</style>
background-color css
<style>
a { background-color: #C600AC; }
a { background-color: rgb(198,0,172); }
div.DivClassName
{
background-color: #C600AC;
}
.BgClassName
{
background-color: #C600AC;
}
</style>
border-color css
<style>
span { border-color: #C600AC; }
span { border-color: rgb(198,0,172); }
td.TdClassName
{
border-color: #C600AC;
}
.TagClassName
{
border-color: #C600AC;
}
</style>