Shades of Deep Magenta #C60ADD
Tints of Deep Magenta #C60ADD
RGB
CMYK
RGB Variations
Color information
#C60ADD (or 0xC60ADD) is known color: Deep Magenta. HEX triplet: C6, 0A and DD. RGB value is (198,10,221). Sum of RGB (Red+Green+Blue) = 198+10+221=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #C60ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ADD is #39F522. Grayscale: #595959. Windows color (decimal): -3798307 or 14486214. OLE color: 14486214.
HSL color Cylindrical-coordinate representation of color #C60ADD: hue angle of 293.46º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60ADD is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 10 | 221 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.13 |
| HSL | 293.46º | 0.91% | 0.45% | - |
| HSV(B) | 293.46º | 0.95% | 0.87% | - |
| XYZ | 36.45 | 17.44 | 69.85 | - |
| YUV | 90.27 | 201.78 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 221 | 0.10 | 0.95 | 0 | 0.13 | 293.46 | 0.91 | 0.45 |
| Hex | C6 | A | DD | A | 5F | 0 | D | 125 | 5B | 2D |
| Octal | 306 | 12 | 335 | 12 | 137 | 0 | 15 | 445 | 133 | 55 |
| Binary | 11000110 | 1010 | 11011101 | 1010 | 1011111 | 0 | 1101 | 100100101 | 1011011 | 101101 |
Color Harmonies of #C60ADD
Complementary color
Monochromatic Colors of #C60ADD
Black with #C60ADD
Text Example
Text Example
White with #C60ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60ADD; }
p { color: rgb(198,10,221); }
H1.HeaderClassName
{
color: #C60ADD;
}
.AnyTagClassName
{
color: #C60ADD;
}
</style>
background-color css
<style>
a { background-color: #C60ADD; }
a { background-color: rgb(198,10,221); }
div.DivClassName
{
background-color: #C60ADD;
}
.BgClassName
{
background-color: #C60ADD;
}
</style>
border-color css
<style>
span { border-color: #C60ADD; }
span { border-color: rgb(198,10,221); }
td.TdClassName
{
border-color: #C60ADD;
}
.TagClassName
{
border-color: #C60ADD;
}
</style>