Shades of Deep Magenta #C61FCE
Tints of Deep Magenta #C61FCE
RGB
CMYK
RGB Variations
Color information
#C61FCE (or 0xC61FCE) is known color: Deep Magenta. HEX triplet: C6, 1F and CE. RGB value is (198,31,206). Sum of RGB (Red+Green+Blue) = 198+31+206=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #C61FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61FCE is #39E031. Grayscale: #646464. Windows color (decimal): -3792946 or 13508550. OLE color: 13508550.
HSL color Cylindrical-coordinate representation of color #C61FCE: hue angle of 297.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61FCE is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 31 | 206 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.19 |
| HSL | 297.26º | 0.74% | 0.46% | - |
| HSV(B) | 297.26º | 0.85% | 0.81% | - |
| XYZ | 34.92 | 17.44 | 59.92 | - |
| YUV | 100.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 206 | 0.04 | 0.85 | 0 | 0.19 | 297.26 | 0.74 | 0.46 |
| Hex | C6 | 1F | CE | 4 | 55 | 0 | 13 | 129 | 4A | 2E |
| Octal | 306 | 37 | 316 | 4 | 125 | 0 | 23 | 451 | 112 | 56 |
| Binary | 11000110 | 11111 | 11001110 | 100 | 1010101 | 0 | 10011 | 100101001 | 1001010 | 101110 |
Color Harmonies of #C61FCE
Complementary color
Monochromatic Colors of #C61FCE
Black with #C61FCE
Text Example
Text Example
White with #C61FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61FCE; }
p { color: rgb(198,31,206); }
H1.HeaderClassName
{
color: #C61FCE;
}
.AnyTagClassName
{
color: #C61FCE;
}
</style>
background-color css
<style>
a { background-color: #C61FCE; }
a { background-color: rgb(198,31,206); }
div.DivClassName
{
background-color: #C61FCE;
}
.BgClassName
{
background-color: #C61FCE;
}
</style>
border-color css
<style>
span { border-color: #C61FCE; }
span { border-color: rgb(198,31,206); }
td.TdClassName
{
border-color: #C61FCE;
}
.TagClassName
{
border-color: #C61FCE;
}
</style>