Shades of Deep Magenta #C21DC2
Tints of Deep Magenta #C21DC2
RGB
CMYK
RGB Variations
Color information
#C21DC2 (or 0xC21DC2) is known color: Deep Magenta. HEX triplet: C2, 1D and C2. RGB value is (194,29,194). Sum of RGB (Red+Green+Blue) = 194+29+194=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C21DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DC2 is #3DE23D. Grayscale: #606060. Windows color (decimal): -4055614 or 12721602. OLE color: 12721602.
HSL color Cylindrical-coordinate representation of color #C21DC2: hue angle of 300º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21DC2 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 29 | 194 | - |
CMYK | 0 | 0.85 | 0 | 0.24 |
HSL | 300º | 0.74% | 0.44% | - |
HSV(B) | 300º | 0.85% | 0.76% | - |
XYZ | 32.43 | 16.24 | 52.47 | - |
YUV | 97.15 | 182.66 | 197.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 29 | 194 | 0 | 0.85 | 0 | 0.24 | 300 | 0.74 | 0.44 |
Hex | C2 | 1D | C2 | 0 | 55 | 0 | 18 | 12C | 4A | 2C |
Octal | 302 | 35 | 302 | 0 | 125 | 0 | 30 | 454 | 112 | 54 |
Binary | 11000010 | 11101 | 11000010 | 0 | 1010101 | 0 | 11000 | 100101100 | 1001010 | 101100 |
Color Harmonies of #C21DC2
Complementary color
Monochromatic Colors of #C21DC2
Black with #C21DC2
Text Example
Text Example
White with #C21DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DC2; }
p { color: rgb(194,29,194); }
H1.HeaderClassName
{
color: #C21DC2;
}
.AnyTagClassName
{
color: #C21DC2;
}
</style>
background-color css
<style>
a { background-color: #C21DC2; }
a { background-color: rgb(194,29,194); }
div.DivClassName
{
background-color: #C21DC2;
}
.BgClassName
{
background-color: #C21DC2;
}
</style>
border-color css
<style>
span { border-color: #C21DC2; }
span { border-color: rgb(194,29,194); }
td.TdClassName
{
border-color: #C21DC2;
}
.TagClassName
{
border-color: #C21DC2;
}
</style>