Shades of Deep Magenta #C211CF
Tints of Deep Magenta #C211CF
RGB
CMYK
RGB Variations
Color information
#C211CF (or 0xC211CF) is known color: Deep Magenta. HEX triplet: C2, 11 and CF. RGB value is (194,17,207). Sum of RGB (Red+Green+Blue) = 194+17+207=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #C211CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211CF is #3DEE30. Grayscale: #5A5A5A. Windows color (decimal): -4058673 or 13570498. OLE color: 13570498.
HSL color Cylindrical-coordinate representation of color #C211CF: hue angle of 295.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C211CF is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 17 | 207 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.19 |
| HSL | 295.89º | 0.85% | 0.44% | - |
| HSV(B) | 295.89º | 0.92% | 0.81% | - |
| XYZ | 33.71 | 16.38 | 60.42 | - |
| YUV | 91.58 | 193.14 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 207 | 0.06 | 0.92 | 0 | 0.19 | 295.89 | 0.85 | 0.44 |
| Hex | C2 | 11 | CF | 6 | 5C | 0 | 13 | 128 | 55 | 2C |
| Octal | 302 | 21 | 317 | 6 | 134 | 0 | 23 | 450 | 125 | 54 |
| Binary | 11000010 | 10001 | 11001111 | 110 | 1011100 | 0 | 10011 | 100101000 | 1010101 | 101100 |
Color Harmonies of #C211CF
Complementary color
Monochromatic Colors of #C211CF
Black with #C211CF
Text Example
Text Example
White with #C211CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211CF; }
p { color: rgb(194,17,207); }
H1.HeaderClassName
{
color: #C211CF;
}
.AnyTagClassName
{
color: #C211CF;
}
</style>
background-color css
<style>
a { background-color: #C211CF; }
a { background-color: rgb(194,17,207); }
div.DivClassName
{
background-color: #C211CF;
}
.BgClassName
{
background-color: #C211CF;
}
</style>
border-color css
<style>
span { border-color: #C211CF; }
span { border-color: rgb(194,17,207); }
td.TdClassName
{
border-color: #C211CF;
}
.TagClassName
{
border-color: #C211CF;
}
</style>