Shades of Deep Magenta #C60CD5
Tints of Deep Magenta #C60CD5
RGB
CMYK
RGB Variations
Color information
#C60CD5 (or 0xC60CD5) is known color: Deep Magenta. HEX triplet: C6, 0C and D5. RGB value is (198,12,213). Sum of RGB (Red+Green+Blue) = 198+12+213=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #C60CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CD5 is #39F32A. Grayscale: #595959. Windows color (decimal): -3797803 or 13962438. OLE color: 13962438.
HSL color Cylindrical-coordinate representation of color #C60CD5: hue angle of 295.52º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60CD5 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 12 | 213 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.16 |
| HSL | 295.52º | 0.89% | 0.44% | - |
| HSV(B) | 295.52º | 0.94% | 0.84% | - |
| XYZ | 35.43 | 17.07 | 64.38 | - |
| YUV | 90.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 213 | 0.07 | 0.94 | 0 | 0.16 | 295.52 | 0.89 | 0.44 |
| Hex | C6 | C | D5 | 7 | 5E | 0 | 10 | 128 | 59 | 2C |
| Octal | 306 | 14 | 325 | 7 | 136 | 0 | 20 | 450 | 131 | 54 |
| Binary | 11000110 | 1100 | 11010101 | 111 | 1011110 | 0 | 10000 | 100101000 | 1011001 | 101100 |
Color Harmonies of #C60CD5
Complementary color
Monochromatic Colors of #C60CD5
Black with #C60CD5
Text Example
Text Example
White with #C60CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60CD5; }
p { color: rgb(198,12,213); }
H1.HeaderClassName
{
color: #C60CD5;
}
.AnyTagClassName
{
color: #C60CD5;
}
</style>
background-color css
<style>
a { background-color: #C60CD5; }
a { background-color: rgb(198,12,213); }
div.DivClassName
{
background-color: #C60CD5;
}
.BgClassName
{
background-color: #C60CD5;
}
</style>
border-color css
<style>
span { border-color: #C60CD5; }
span { border-color: rgb(198,12,213); }
td.TdClassName
{
border-color: #C60CD5;
}
.TagClassName
{
border-color: #C60CD5;
}
</style>