Shades of Deep Magenta #C60ADE
Tints of Deep Magenta #C60ADE
RGB
CMYK
RGB Variations
Color information
#C60ADE (or 0xC60ADE) is known color: Deep Magenta. HEX triplet: C6, 0A and DE. RGB value is (198,10,222). Sum of RGB (Red+Green+Blue) = 198+10+222=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #C60ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ADE is #39F521. Grayscale: #595959. Windows color (decimal): -3798306 or 14551750. OLE color: 14551750.
HSL color Cylindrical-coordinate representation of color #C60ADE: hue angle of 293.21º 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 #C60ADE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 10 | 222 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.13 |
| HSL | 293.21º | 0.91% | 0.45% | - |
| HSV(B) | 293.21º | 0.95% | 0.87% | - |
| XYZ | 36.58 | 17.5 | 70.56 | - |
| YUV | 90.38 | 202.28 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 222 | 0.11 | 0.95 | 0 | 0.13 | 293.21 | 0.91 | 0.45 |
| Hex | C6 | A | DE | B | 5F | 0 | D | 125 | 5B | 2D |
| Octal | 306 | 12 | 336 | 13 | 137 | 0 | 15 | 445 | 133 | 55 |
| Binary | 11000110 | 1010 | 11011110 | 1011 | 1011111 | 0 | 1101 | 100100101 | 1011011 | 101101 |
Color Harmonies of #C60ADE
Complementary color
Monochromatic Colors of #C60ADE
Black with #C60ADE
Text Example
Text Example
White with #C60ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60ADE; }
p { color: rgb(198,10,222); }
H1.HeaderClassName
{
color: #C60ADE;
}
.AnyTagClassName
{
color: #C60ADE;
}
</style>
background-color css
<style>
a { background-color: #C60ADE; }
a { background-color: rgb(198,10,222); }
div.DivClassName
{
background-color: #C60ADE;
}
.BgClassName
{
background-color: #C60ADE;
}
</style>
border-color css
<style>
span { border-color: #C60ADE; }
span { border-color: rgb(198,10,222); }
td.TdClassName
{
border-color: #C60ADE;
}
.TagClassName
{
border-color: #C60ADE;
}
</style>