Shades of Deep Magenta #C21FCC
Tints of Deep Magenta #C21FCC
RGB
CMYK
RGB Variations
Color information
#C21FCC (or 0xC21FCC) is known color: Deep Magenta. HEX triplet: C2, 1F and CC. RGB value is (194,31,204). Sum of RGB (Red+Green+Blue) = 194+31+204=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #C21FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FCC is #3DE033. Grayscale: #626262. Windows color (decimal): -4055092 or 13377474. OLE color: 13377474.
HSL color Cylindrical-coordinate representation of color #C21FCC: hue angle of 296.53º 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 #C21FCC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 31 | 204 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.2 |
| HSL | 296.53º | 0.74% | 0.46% | - |
| HSV(B) | 296.53º | 0.85% | 0.8% | - |
| XYZ | 33.64 | 16.81 | 58.6 | - |
| YUV | 99.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 204 | 0.05 | 0.85 | 0 | 0.2 | 296.53 | 0.74 | 0.46 |
| Hex | C2 | 1F | CC | 5 | 55 | 0 | 14 | 129 | 4A | 2E |
| Octal | 302 | 37 | 314 | 5 | 125 | 0 | 24 | 451 | 112 | 56 |
| Binary | 11000010 | 11111 | 11001100 | 101 | 1010101 | 0 | 10100 | 100101001 | 1001010 | 101110 |
Color Harmonies of #C21FCC
Complementary color
Monochromatic Colors of #C21FCC
Black with #C21FCC
Text Example
Text Example
White with #C21FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FCC; }
p { color: rgb(194,31,204); }
H1.HeaderClassName
{
color: #C21FCC;
}
.AnyTagClassName
{
color: #C21FCC;
}
</style>
background-color css
<style>
a { background-color: #C21FCC; }
a { background-color: rgb(194,31,204); }
div.DivClassName
{
background-color: #C21FCC;
}
.BgClassName
{
background-color: #C21FCC;
}
</style>
border-color css
<style>
span { border-color: #C21FCC; }
span { border-color: rgb(194,31,204); }
td.TdClassName
{
border-color: #C21FCC;
}
.TagClassName
{
border-color: #C21FCC;
}
</style>