Shades of Deep Magenta #C60FDD
Tints of Deep Magenta #C60FDD
RGB
CMYK
RGB Variations
Color information
#C60FDD (or 0xC60FDD) is known color: Deep Magenta. HEX triplet: C6, 0F and DD. RGB value is (198,15,221). Sum of RGB (Red+Green+Blue) = 198+15+221=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #C60FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FDD is #39F022. Grayscale: #5C5C5C. Windows color (decimal): -3797027 or 14487494. OLE color: 14487494.
HSL color Cylindrical-coordinate representation of color #C60FDD: hue angle of 293.3º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60FDD is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 15 | 221 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.13 |
| HSL | 293.3º | 0.87% | 0.46% | - |
| HSV(B) | 293.3º | 0.93% | 0.87% | - |
| XYZ | 36.51 | 17.57 | 69.87 | - |
| YUV | 93.2 | 200.13 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 221 | 0.10 | 0.93 | 0 | 0.13 | 293.3 | 0.87 | 0.46 |
| Hex | C6 | F | DD | A | 5D | 0 | D | 125 | 57 | 2E |
| Octal | 306 | 17 | 335 | 12 | 135 | 0 | 15 | 445 | 127 | 56 |
| Binary | 11000110 | 1111 | 11011101 | 1010 | 1011101 | 0 | 1101 | 100100101 | 1010111 | 101110 |
Color Harmonies of #C60FDD
Complementary color
Monochromatic Colors of #C60FDD
Black with #C60FDD
Text Example
Text Example
White with #C60FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FDD; }
p { color: rgb(198,15,221); }
H1.HeaderClassName
{
color: #C60FDD;
}
.AnyTagClassName
{
color: #C60FDD;
}
</style>
background-color css
<style>
a { background-color: #C60FDD; }
a { background-color: rgb(198,15,221); }
div.DivClassName
{
background-color: #C60FDD;
}
.BgClassName
{
background-color: #C60FDD;
}
</style>
border-color css
<style>
span { border-color: #C60FDD; }
span { border-color: rgb(198,15,221); }
td.TdClassName
{
border-color: #C60FDD;
}
.TagClassName
{
border-color: #C60FDD;
}
</style>