Shades of Deep Magenta #C21FCA
Tints of Deep Magenta #C21FCA
RGB
CMYK
RGB Variations
Color information
#C21FCA (or 0xC21FCA) is known color: Deep Magenta. HEX triplet: C2, 1F and CA. RGB value is (194,31,202). Sum of RGB (Red+Green+Blue) = 194+31+202=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #C21FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FCA is #3DE035. Grayscale: #626262. Windows color (decimal): -4055094 or 13246402. OLE color: 13246402.
HSL color Cylindrical-coordinate representation of color #C21FCA: hue angle of 297.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21FCA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 31 | 202 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.21 |
| HSL | 297.19º | 0.73% | 0.46% | - |
| HSV(B) | 297.19º | 0.85% | 0.79% | - |
| XYZ | 33.4 | 16.71 | 57.34 | - |
| YUV | 99.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 202 | 0.04 | 0.85 | 0 | 0.21 | 297.19 | 0.73 | 0.46 |
| Hex | C2 | 1F | CA | 4 | 55 | 0 | 15 | 129 | 49 | 2E |
| Octal | 302 | 37 | 312 | 4 | 125 | 0 | 25 | 451 | 111 | 56 |
| Binary | 11000010 | 11111 | 11001010 | 100 | 1010101 | 0 | 10101 | 100101001 | 1001001 | 101110 |
Color Harmonies of #C21FCA
Complementary color
Monochromatic Colors of #C21FCA
Black with #C21FCA
Text Example
Text Example
White with #C21FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FCA; }
p { color: rgb(194,31,202); }
H1.HeaderClassName
{
color: #C21FCA;
}
.AnyTagClassName
{
color: #C21FCA;
}
</style>
background-color css
<style>
a { background-color: #C21FCA; }
a { background-color: rgb(194,31,202); }
div.DivClassName
{
background-color: #C21FCA;
}
.BgClassName
{
background-color: #C21FCA;
}
</style>
border-color css
<style>
span { border-color: #C21FCA; }
span { border-color: rgb(194,31,202); }
td.TdClassName
{
border-color: #C21FCA;
}
.TagClassName
{
border-color: #C21FCA;
}
</style>