Shades of Deep Magenta #C11FCF
Tints of Deep Magenta #C11FCF
RGB
CMYK
RGB Variations
Color information
#C11FCF (or 0xC11FCF) is known color: Deep Magenta. HEX triplet: C1, 1F and CF. RGB value is (193,31,207). Sum of RGB (Red+Green+Blue) = 193+31+207=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #C11FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FCF is #3EE030. Grayscale: #626262. Windows color (decimal): -4120625 or 13574081. OLE color: 13574081.
HSL color Cylindrical-coordinate representation of color #C11FCF: hue angle of 295.23º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11FCF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 31 | 207 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.19 |
| HSL | 295.23º | 0.74% | 0.47% | - |
| HSV(B) | 295.23º | 0.85% | 0.81% | - |
| XYZ | 33.74 | 16.82 | 60.5 | - |
| YUV | 99.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 207 | 0.07 | 0.85 | 0 | 0.19 | 295.23 | 0.74 | 0.47 |
| Hex | C1 | 1F | CF | 7 | 55 | 0 | 13 | 127 | 4A | 2F |
| Octal | 301 | 37 | 317 | 7 | 125 | 0 | 23 | 447 | 112 | 57 |
| Binary | 11000001 | 11111 | 11001111 | 111 | 1010101 | 0 | 10011 | 100100111 | 1001010 | 101111 |
Color Harmonies of #C11FCF
Complementary color
Monochromatic Colors of #C11FCF
Black with #C11FCF
Text Example
Text Example
White with #C11FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FCF; }
p { color: rgb(193,31,207); }
H1.HeaderClassName
{
color: #C11FCF;
}
.AnyTagClassName
{
color: #C11FCF;
}
</style>
background-color css
<style>
a { background-color: #C11FCF; }
a { background-color: rgb(193,31,207); }
div.DivClassName
{
background-color: #C11FCF;
}
.BgClassName
{
background-color: #C11FCF;
}
</style>
border-color css
<style>
span { border-color: #C11FCF; }
span { border-color: rgb(193,31,207); }
td.TdClassName
{
border-color: #C11FCF;
}
.TagClassName
{
border-color: #C11FCF;
}
</style>