Shades of Deep Magenta #C60CDA
Tints of Deep Magenta #C60CDA
RGB
CMYK
RGB Variations
Color information
#C60CDA (or 0xC60CDA) is known color: Deep Magenta. HEX triplet: C6, 0C and DA. RGB value is (198,12,218). Sum of RGB (Red+Green+Blue) = 198+12+218=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #C60CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CDA is #39F325. Grayscale: #5A5A5A. Windows color (decimal): -3797798 or 14290118. OLE color: 14290118.
HSL color Cylindrical-coordinate representation of color #C60CDA: hue angle of 294.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60CDA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 12 | 218 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.15 |
| HSL | 294.17º | 0.9% | 0.45% | - |
| HSV(B) | 294.17º | 0.94% | 0.85% | - |
| XYZ | 36.08 | 17.33 | 67.77 | - |
| YUV | 91.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 218 | 0.09 | 0.94 | 0 | 0.15 | 294.17 | 0.9 | 0.45 |
| Hex | C6 | C | DA | 9 | 5E | 0 | F | 126 | 5A | 2D |
| Octal | 306 | 14 | 332 | 11 | 136 | 0 | 17 | 446 | 132 | 55 |
| Binary | 11000110 | 1100 | 11011010 | 1001 | 1011110 | 0 | 1111 | 100100110 | 1011010 | 101101 |
Color Harmonies of #C60CDA
Complementary color
Monochromatic Colors of #C60CDA
Black with #C60CDA
Text Example
Text Example
White with #C60CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60CDA; }
p { color: rgb(198,12,218); }
H1.HeaderClassName
{
color: #C60CDA;
}
.AnyTagClassName
{
color: #C60CDA;
}
</style>
background-color css
<style>
a { background-color: #C60CDA; }
a { background-color: rgb(198,12,218); }
div.DivClassName
{
background-color: #C60CDA;
}
.BgClassName
{
background-color: #C60CDA;
}
</style>
border-color css
<style>
span { border-color: #C60CDA; }
span { border-color: rgb(198,12,218); }
td.TdClassName
{
border-color: #C60CDA;
}
.TagClassName
{
border-color: #C60CDA;
}
</style>