Shades of Deep Magenta #C600AD
Tints of Deep Magenta #C600AD
RGB
CMYK
RGB Variations
Color information
#C600AD (or 0xC600AD) is known color: Deep Magenta. HEX triplet: C6, 00 and AD. RGB value is (198,0,173). Sum of RGB (Red+Green+Blue) = 198+0+173=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C600AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C600AD is #39FF52. Grayscale: #4E4E4E. Windows color (decimal): -3800915 or 11337926. OLE color: 11337926.
HSL color Cylindrical-coordinate representation of color #C600AD: hue angle of 307.58º 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 #C600AD is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.13 | 0.22 |
| HSL | 307.58º | 1% | 0.39% | - |
| HSV(B) | 307.58º | 1% | 0.78% | - |
| XYZ | 30.83 | 15.02 | 40.81 | - |
| YUV | 78.92 | 181.1 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 173 | 0 | 1 | 0.13 | 0.22 | 307.58 | 1 | 0.39 |
| Hex | C6 | 0 | AD | 0 | 64 | D | 16 | 134 | 64 | 27 |
| Octal | 306 | 0 | 255 | 0 | 144 | 15 | 26 | 464 | 144 | 47 |
| Binary | 11000110 | 0 | 10101101 | 0 | 1100100 | 1101 | 10110 | 100110100 | 1100100 | 100111 |
Color Harmonies of #C600AD
Complementary color
Monochromatic Colors of #C600AD
Black with #C600AD
Text Example
Text Example
White with #C600AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600AD; }
p { color: rgb(198,0,173); }
H1.HeaderClassName
{
color: #C600AD;
}
.AnyTagClassName
{
color: #C600AD;
}
</style>
background-color css
<style>
a { background-color: #C600AD; }
a { background-color: rgb(198,0,173); }
div.DivClassName
{
background-color: #C600AD;
}
.BgClassName
{
background-color: #C600AD;
}
</style>
border-color css
<style>
span { border-color: #C600AD; }
span { border-color: rgb(198,0,173); }
td.TdClassName
{
border-color: #C600AD;
}
.TagClassName
{
border-color: #C600AD;
}
</style>