Shades of Deep Magenta #C60CDE
Tints of Deep Magenta #C60CDE
RGB
CMYK
RGB Variations
Color information
#C60CDE (or 0xC60CDE) is known color: Deep Magenta. HEX triplet: C6, 0C and DE. RGB value is (198,12,222). Sum of RGB (Red+Green+Blue) = 198+12+222=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #C60CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CDE is #39F321. Grayscale: #5A5A5A. Windows color (decimal): -3797794 or 14552262. OLE color: 14552262.
HSL color Cylindrical-coordinate representation of color #C60CDE: hue angle of 293.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60CDE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 12 | 222 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.13 |
| HSL | 293.14º | 0.9% | 0.46% | - |
| HSV(B) | 293.14º | 0.95% | 0.87% | - |
| XYZ | 36.6 | 17.54 | 70.56 | - |
| YUV | 91.55 | 201.62 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 222 | 0.11 | 0.95 | 0 | 0.13 | 293.14 | 0.9 | 0.46 |
| Hex | C6 | C | DE | B | 5F | 0 | D | 125 | 5A | 2E |
| Octal | 306 | 14 | 336 | 13 | 137 | 0 | 15 | 445 | 132 | 56 |
| Binary | 11000110 | 1100 | 11011110 | 1011 | 1011111 | 0 | 1101 | 100100101 | 1011010 | 101110 |
Color Harmonies of #C60CDE
Complementary color
Monochromatic Colors of #C60CDE
Black with #C60CDE
Text Example
Text Example
White with #C60CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60CDE; }
p { color: rgb(198,12,222); }
H1.HeaderClassName
{
color: #C60CDE;
}
.AnyTagClassName
{
color: #C60CDE;
}
</style>
background-color css
<style>
a { background-color: #C60CDE; }
a { background-color: rgb(198,12,222); }
div.DivClassName
{
background-color: #C60CDE;
}
.BgClassName
{
background-color: #C60CDE;
}
</style>
border-color css
<style>
span { border-color: #C60CDE; }
span { border-color: rgb(198,12,222); }
td.TdClassName
{
border-color: #C60CDE;
}
.TagClassName
{
border-color: #C60CDE;
}
</style>