Shades of Deep Magenta #C60DD4
Tints of Deep Magenta #C60DD4
RGB
CMYK
RGB Variations
Color information
#C60DD4 (or 0xC60DD4) is known color: Deep Magenta. HEX triplet: C6, 0D and D4. RGB value is (198,13,212). Sum of RGB (Red+Green+Blue) = 198+13+212=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #C60DD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DD4 is #39F22B. Grayscale: #5A5A5A. Windows color (decimal): -3797548 or 13897158. OLE color: 13897158.
HSL color Cylindrical-coordinate representation of color #C60DD4: hue angle of 295.78º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60DD4 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 13 | 212 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.17 |
| HSL | 295.78º | 0.88% | 0.44% | - |
| HSV(B) | 295.78º | 0.94% | 0.83% | - |
| XYZ | 35.32 | 17.05 | 63.72 | - |
| YUV | 91 | 196.29 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 212 | 0.07 | 0.94 | 0 | 0.17 | 295.78 | 0.88 | 0.44 |
| Hex | C6 | D | D4 | 7 | 5E | 0 | 11 | 128 | 58 | 2C |
| Octal | 306 | 15 | 324 | 7 | 136 | 0 | 21 | 450 | 130 | 54 |
| Binary | 11000110 | 1101 | 11010100 | 111 | 1011110 | 0 | 10001 | 100101000 | 1011000 | 101100 |
Color Harmonies of #C60DD4
Complementary color
Monochromatic Colors of #C60DD4
Black with #C60DD4
Text Example
Text Example
White with #C60DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DD4; }
p { color: rgb(198,13,212); }
H1.HeaderClassName
{
color: #C60DD4;
}
.AnyTagClassName
{
color: #C60DD4;
}
</style>
background-color css
<style>
a { background-color: #C60DD4; }
a { background-color: rgb(198,13,212); }
div.DivClassName
{
background-color: #C60DD4;
}
.BgClassName
{
background-color: #C60DD4;
}
</style>
border-color css
<style>
span { border-color: #C60DD4; }
span { border-color: rgb(198,13,212); }
td.TdClassName
{
border-color: #C60DD4;
}
.TagClassName
{
border-color: #C60DD4;
}
</style>