Shades of Deep Magenta #C61CDF
Tints of Deep Magenta #C61CDF
RGB
CMYK
RGB Variations
Color information
#C61CDF (or 0xC61CDF) is known color: Deep Magenta. HEX triplet: C6, 1C and DF. RGB value is (198,28,223). Sum of RGB (Red+Green+Blue) = 198+28+223=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #C61CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CDF is #39E320. Grayscale: #646464. Windows color (decimal): -3793697 or 14621894. OLE color: 14621894.
HSL color Cylindrical-coordinate representation of color #C61CDF: hue angle of 292.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61CDF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 28 | 223 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.13 |
| HSL | 292.31º | 0.78% | 0.49% | - |
| HSV(B) | 292.31º | 0.87% | 0.87% | - |
| XYZ | 37.02 | 18.16 | 71.37 | - |
| YUV | 101.06 | 196.82 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 223 | 0.11 | 0.87 | 0 | 0.13 | 292.31 | 0.78 | 0.49 |
| Hex | C6 | 1C | DF | B | 57 | 0 | D | 124 | 4E | 31 |
| Octal | 306 | 34 | 337 | 13 | 127 | 0 | 15 | 444 | 116 | 61 |
| Binary | 11000110 | 11100 | 11011111 | 1011 | 1010111 | 0 | 1101 | 100100100 | 1001110 | 110001 |
Color Harmonies of #C61CDF
Complementary color
Monochromatic Colors of #C61CDF
Black with #C61CDF
Text Example
Text Example
White with #C61CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CDF; }
p { color: rgb(198,28,223); }
H1.HeaderClassName
{
color: #C61CDF;
}
.AnyTagClassName
{
color: #C61CDF;
}
</style>
background-color css
<style>
a { background-color: #C61CDF; }
a { background-color: rgb(198,28,223); }
div.DivClassName
{
background-color: #C61CDF;
}
.BgClassName
{
background-color: #C61CDF;
}
</style>
border-color css
<style>
span { border-color: #C61CDF; }
span { border-color: rgb(198,28,223); }
td.TdClassName
{
border-color: #C61CDF;
}
.TagClassName
{
border-color: #C61CDF;
}
</style>