Shades of Deep Magenta #C21CDC
Tints of Deep Magenta #C21CDC
RGB
CMYK
RGB Variations
Color information
#C21CDC (or 0xC21CDC) is known color: Deep Magenta. HEX triplet: C2, 1C and DC. RGB value is (194,28,220). Sum of RGB (Red+Green+Blue) = 194+28+220=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #C21CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CDC is #3DE323. Grayscale: #626262. Windows color (decimal): -4055844 or 14425282. OLE color: 14425282.
HSL color Cylindrical-coordinate representation of color #C21CDC: hue angle of 291.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21CDC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 28 | 220 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.14 |
| HSL | 291.88º | 0.77% | 0.49% | - |
| HSV(B) | 291.88º | 0.87% | 0.86% | - |
| XYZ | 35.58 | 17.47 | 69.21 | - |
| YUV | 99.52 | 196 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 220 | 0.12 | 0.87 | 0 | 0.14 | 291.88 | 0.77 | 0.49 |
| Hex | C2 | 1C | DC | C | 57 | 0 | E | 124 | 4D | 31 |
| Octal | 302 | 34 | 334 | 14 | 127 | 0 | 16 | 444 | 115 | 61 |
| Binary | 11000010 | 11100 | 11011100 | 1100 | 1010111 | 0 | 1110 | 100100100 | 1001101 | 110001 |
Color Harmonies of #C21CDC
Complementary color
Monochromatic Colors of #C21CDC
Black with #C21CDC
Text Example
Text Example
White with #C21CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CDC; }
p { color: rgb(194,28,220); }
H1.HeaderClassName
{
color: #C21CDC;
}
.AnyTagClassName
{
color: #C21CDC;
}
</style>
background-color css
<style>
a { background-color: #C21CDC; }
a { background-color: rgb(194,28,220); }
div.DivClassName
{
background-color: #C21CDC;
}
.BgClassName
{
background-color: #C21CDC;
}
</style>
border-color css
<style>
span { border-color: #C21CDC; }
span { border-color: rgb(194,28,220); }
td.TdClassName
{
border-color: #C21CDC;
}
.TagClassName
{
border-color: #C21CDC;
}
</style>