Shades of Deep Magenta #C21FCD
Tints of Deep Magenta #C21FCD
RGB
CMYK
RGB Variations
Color information
#C21FCD (or 0xC21FCD) is known color: Deep Magenta. HEX triplet: C2, 1F and CD. RGB value is (194,31,205). Sum of RGB (Red+Green+Blue) = 194+31+205=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #C21FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FCD is #3DE032. Grayscale: #636363. Windows color (decimal): -4055091 or 13443010. OLE color: 13443010.
HSL color Cylindrical-coordinate representation of color #C21FCD: hue angle of 296.21º 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 #C21FCD is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 31 | 205 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.20 |
| HSL | 296.21º | 0.74% | 0.46% | - |
| HSV(B) | 296.21º | 0.85% | 0.8% | - |
| XYZ | 33.76 | 16.86 | 59.23 | - |
| YUV | 99.57 | 187.5 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 205 | 0.05 | 0.85 | 0 | 0.20 | 296.21 | 0.74 | 0.46 |
| Hex | C2 | 1F | CD | 5 | 55 | 0 | 14 | 128 | 4A | 2E |
| Octal | 302 | 37 | 315 | 5 | 125 | 0 | 24 | 450 | 112 | 56 |
| Binary | 11000010 | 11111 | 11001101 | 101 | 1010101 | 0 | 10100 | 100101000 | 1001010 | 101110 |
Color Harmonies of #C21FCD
Complementary color
Monochromatic Colors of #C21FCD
Black with #C21FCD
Text Example
Text Example
White with #C21FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FCD; }
p { color: rgb(194,31,205); }
H1.HeaderClassName
{
color: #C21FCD;
}
.AnyTagClassName
{
color: #C21FCD;
}
</style>
background-color css
<style>
a { background-color: #C21FCD; }
a { background-color: rgb(194,31,205); }
div.DivClassName
{
background-color: #C21FCD;
}
.BgClassName
{
background-color: #C21FCD;
}
</style>
border-color css
<style>
span { border-color: #C21FCD; }
span { border-color: rgb(194,31,205); }
td.TdClassName
{
border-color: #C21FCD;
}
.TagClassName
{
border-color: #C21FCD;
}
</style>