Shades of Deep Magenta #C61FCD
Tints of Deep Magenta #C61FCD
RGB
CMYK
RGB Variations
Color information
#C61FCD (or 0xC61FCD) is known color: Deep Magenta. HEX triplet: C6, 1F and CD. RGB value is (198,31,205). Sum of RGB (Red+Green+Blue) = 198+31+205=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #C61FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FCD is #39E032. Grayscale: #646464. Windows color (decimal): -3792947 or 13443014. OLE color: 13443014.
HSL color Cylindrical-coordinate representation of color #C61FCD: hue angle of 297.59º 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 #C61FCD is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 31 | 205 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.20 |
| HSL | 297.59º | 0.74% | 0.46% | - |
| HSV(B) | 297.59º | 0.85% | 0.8% | - |
| XYZ | 34.8 | 17.39 | 59.28 | - |
| YUV | 100.77 | 186.83 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 205 | 0.03 | 0.85 | 0 | 0.20 | 297.59 | 0.74 | 0.46 |
| Hex | C6 | 1F | CD | 3 | 55 | 0 | 14 | 12A | 4A | 2E |
| Octal | 306 | 37 | 315 | 3 | 125 | 0 | 24 | 452 | 112 | 56 |
| Binary | 11000110 | 11111 | 11001101 | 11 | 1010101 | 0 | 10100 | 100101010 | 1001010 | 101110 |
Color Harmonies of #C61FCD
Complementary color
Monochromatic Colors of #C61FCD
Black with #C61FCD
Text Example
Text Example
White with #C61FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61FCD; }
p { color: rgb(198,31,205); }
H1.HeaderClassName
{
color: #C61FCD;
}
.AnyTagClassName
{
color: #C61FCD;
}
</style>
background-color css
<style>
a { background-color: #C61FCD; }
a { background-color: rgb(198,31,205); }
div.DivClassName
{
background-color: #C61FCD;
}
.BgClassName
{
background-color: #C61FCD;
}
</style>
border-color css
<style>
span { border-color: #C61FCD; }
span { border-color: rgb(198,31,205); }
td.TdClassName
{
border-color: #C61FCD;
}
.TagClassName
{
border-color: #C61FCD;
}
</style>