Shades of Deep Magenta #C61FCC
Tints of Deep Magenta #C61FCC
RGB
CMYK
RGB Variations
Color information
#C61FCC (or 0xC61FCC) is known color: Deep Magenta. HEX triplet: C6, 1F and CC. RGB value is (198,31,204). Sum of RGB (Red+Green+Blue) = 198+31+204=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #C61FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FCC is #39E033. Grayscale: #646464. Windows color (decimal): -3792948 or 13377478. OLE color: 13377478.
HSL color Cylindrical-coordinate representation of color #C61FCC: hue angle of 297.92º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61FCC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 31 | 204 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.2 |
| HSL | 297.92º | 0.74% | 0.46% | - |
| HSV(B) | 297.92º | 0.85% | 0.8% | - |
| XYZ | 34.68 | 17.35 | 58.65 | - |
| YUV | 100.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 204 | 0.03 | 0.85 | 0 | 0.2 | 297.92 | 0.74 | 0.46 |
| Hex | C6 | 1F | CC | 3 | 55 | 0 | 14 | 12A | 4A | 2E |
| Octal | 306 | 37 | 314 | 3 | 125 | 0 | 24 | 452 | 112 | 56 |
| Binary | 11000110 | 11111 | 11001100 | 11 | 1010101 | 0 | 10100 | 100101010 | 1001010 | 101110 |
Color Harmonies of #C61FCC
Complementary color
Monochromatic Colors of #C61FCC
Black with #C61FCC
Text Example
Text Example
White with #C61FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61FCC; }
p { color: rgb(198,31,204); }
H1.HeaderClassName
{
color: #C61FCC;
}
.AnyTagClassName
{
color: #C61FCC;
}
</style>
background-color css
<style>
a { background-color: #C61FCC; }
a { background-color: rgb(198,31,204); }
div.DivClassName
{
background-color: #C61FCC;
}
.BgClassName
{
background-color: #C61FCC;
}
</style>
border-color css
<style>
span { border-color: #C61FCC; }
span { border-color: rgb(198,31,204); }
td.TdClassName
{
border-color: #C61FCC;
}
.TagClassName
{
border-color: #C61FCC;
}
</style>