Shades of Deep Magenta #C21FD0
Tints of Deep Magenta #C21FD0
RGB
CMYK
RGB Variations
Color information
#C21FD0 (or 0xC21FD0) is known color: Deep Magenta. HEX triplet: C2, 1F and D0. RGB value is (194,31,208). Sum of RGB (Red+Green+Blue) = 194+31+208=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 208 - color contains mainly: blue. Hex color #C21FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FD0 is #3DE02F. Grayscale: #636363. Windows color (decimal): -4055088 or 13639618. OLE color: 13639618.
HSL color Cylindrical-coordinate representation of color #C21FD0: hue angle of 295.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21FD0 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 31 | 208 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.18 |
| HSL | 295.25º | 0.74% | 0.47% | - |
| HSV(B) | 295.25º | 0.85% | 0.82% | - |
| XYZ | 34.12 | 17 | 61.16 | - |
| YUV | 99.92 | 189 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 208 | 0.07 | 0.85 | 0 | 0.18 | 295.25 | 0.74 | 0.47 |
| Hex | C2 | 1F | D0 | 7 | 55 | 0 | 12 | 127 | 4A | 2F |
| Octal | 302 | 37 | 320 | 7 | 125 | 0 | 22 | 447 | 112 | 57 |
| Binary | 11000010 | 11111 | 11010000 | 111 | 1010101 | 0 | 10010 | 100100111 | 1001010 | 101111 |
Color Harmonies of #C21FD0
Complementary color
Monochromatic Colors of #C21FD0
Black with #C21FD0
Text Example
Text Example
White with #C21FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FD0; }
p { color: rgb(194,31,208); }
H1.HeaderClassName
{
color: #C21FD0;
}
.AnyTagClassName
{
color: #C21FD0;
}
</style>
background-color css
<style>
a { background-color: #C21FD0; }
a { background-color: rgb(194,31,208); }
div.DivClassName
{
background-color: #C21FD0;
}
.BgClassName
{
background-color: #C21FD0;
}
</style>
border-color css
<style>
span { border-color: #C21FD0; }
span { border-color: rgb(194,31,208); }
td.TdClassName
{
border-color: #C21FD0;
}
.TagClassName
{
border-color: #C21FD0;
}
</style>