Shades of Deep Magenta #C60ADC
Tints of Deep Magenta #C60ADC
RGB
CMYK
RGB Variations
Color information
#C60ADC (or 0xC60ADC) is known color: Deep Magenta. HEX triplet: C6, 0A and DC. RGB value is (198,10,220). Sum of RGB (Red+Green+Blue) = 198+10+220=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 10 (4.30% from 255 or 2.34% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #C60ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ADC is #39F523. Grayscale: #595959. Windows color (decimal): -3798308 or 14420678. OLE color: 14420678.
HSL color Cylindrical-coordinate representation of color #C60ADC: hue angle of 293.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60ADC is Cyan = 0.1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 10 | 220 | - |
| CMYK | 0.1 | 0.95 | 0 | 0.14 |
| HSL | 293.71º | 0.91% | 0.45% | - |
| HSV(B) | 293.71º | 0.95% | 0.86% | - |
| XYZ | 36.32 | 17.39 | 69.15 | - |
| YUV | 90.15 | 201.28 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 220 | 0.1 | 0.95 | 0 | 0.14 | 293.71 | 0.91 | 0.45 |
| Hex | C6 | A | DC | A | 5F | 0 | E | 126 | 5B | 2D |
| Octal | 306 | 12 | 334 | 12 | 137 | 0 | 16 | 446 | 133 | 55 |
| Binary | 11000110 | 1010 | 11011100 | 1010 | 1011111 | 0 | 1110 | 100100110 | 1011011 | 101101 |
Color Harmonies of #C60ADC
Complementary color
Monochromatic Colors of #C60ADC
Black with #C60ADC
Text Example
Text Example
White with #C60ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60ADC; }
p { color: rgb(198,10,220); }
H1.HeaderClassName
{
color: #C60ADC;
}
.AnyTagClassName
{
color: #C60ADC;
}
</style>
background-color css
<style>
a { background-color: #C60ADC; }
a { background-color: rgb(198,10,220); }
div.DivClassName
{
background-color: #C60ADC;
}
.BgClassName
{
background-color: #C60ADC;
}
</style>
border-color css
<style>
span { border-color: #C60ADC; }
span { border-color: rgb(198,10,220); }
td.TdClassName
{
border-color: #C60ADC;
}
.TagClassName
{
border-color: #C60ADC;
}
</style>