Shades of Deep Magenta #C60AD7
Tints of Deep Magenta #C60AD7
RGB
CMYK
RGB Variations
Color information
#C60AD7 (or 0xC60AD7) is known color: Deep Magenta. HEX triplet: C6, 0A and D7. RGB value is (198,10,215). Sum of RGB (Red+Green+Blue) = 198+10+215=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #C60AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60AD7 is #39F528. Grayscale: #585858. Windows color (decimal): -3798313 or 14092998. OLE color: 14092998.
HSL color Cylindrical-coordinate representation of color #C60AD7: hue angle of 295.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60AD7 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 10 | 215 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.16 |
| HSL | 295.02º | 0.91% | 0.44% | - |
| HSV(B) | 295.02º | 0.95% | 0.84% | - |
| XYZ | 35.66 | 17.13 | 65.72 | - |
| YUV | 89.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 215 | 0.08 | 0.95 | 0 | 0.16 | 295.02 | 0.91 | 0.44 |
| Hex | C6 | A | D7 | 8 | 5F | 0 | 10 | 127 | 5B | 2C |
| Octal | 306 | 12 | 327 | 10 | 137 | 0 | 20 | 447 | 133 | 54 |
| Binary | 11000110 | 1010 | 11010111 | 1000 | 1011111 | 0 | 10000 | 100100111 | 1011011 | 101100 |
Color Harmonies of #C60AD7
Complementary color
Monochromatic Colors of #C60AD7
Black with #C60AD7
Text Example
Text Example
White with #C60AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AD7; }
p { color: rgb(198,10,215); }
H1.HeaderClassName
{
color: #C60AD7;
}
.AnyTagClassName
{
color: #C60AD7;
}
</style>
background-color css
<style>
a { background-color: #C60AD7; }
a { background-color: rgb(198,10,215); }
div.DivClassName
{
background-color: #C60AD7;
}
.BgClassName
{
background-color: #C60AD7;
}
</style>
border-color css
<style>
span { border-color: #C60AD7; }
span { border-color: rgb(198,10,215); }
td.TdClassName
{
border-color: #C60AD7;
}
.TagClassName
{
border-color: #C60AD7;
}
</style>