Shades of Deep Magenta #C21FCB
Tints of Deep Magenta #C21FCB
RGB
CMYK
RGB Variations
Color information
#C21FCB (or 0xC21FCB) is known color: Deep Magenta. HEX triplet: C2, 1F and CB. RGB value is (194,31,203). Sum of RGB (Red+Green+Blue) = 194+31+203=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #C21FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21FCB is #3DE034. Grayscale: #626262. Windows color (decimal): -4055093 or 13311938. OLE color: 13311938.
HSL color Cylindrical-coordinate representation of color #C21FCB: hue angle of 296.86º 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 #C21FCB is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 31 | 203 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.20 |
| HSL | 296.86º | 0.74% | 0.46% | - |
| HSV(B) | 296.86º | 0.85% | 0.8% | - |
| XYZ | 33.52 | 16.76 | 57.97 | - |
| YUV | 99.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 203 | 0.04 | 0.85 | 0 | 0.20 | 296.86 | 0.74 | 0.46 |
| Hex | C2 | 1F | CB | 4 | 55 | 0 | 14 | 129 | 4A | 2E |
| Octal | 302 | 37 | 313 | 4 | 125 | 0 | 24 | 451 | 112 | 56 |
| Binary | 11000010 | 11111 | 11001011 | 100 | 1010101 | 0 | 10100 | 100101001 | 1001010 | 101110 |
Color Harmonies of #C21FCB
Complementary color
Monochromatic Colors of #C21FCB
Black with #C21FCB
Text Example
Text Example
White with #C21FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FCB; }
p { color: rgb(194,31,203); }
H1.HeaderClassName
{
color: #C21FCB;
}
.AnyTagClassName
{
color: #C21FCB;
}
</style>
background-color css
<style>
a { background-color: #C21FCB; }
a { background-color: rgb(194,31,203); }
div.DivClassName
{
background-color: #C21FCB;
}
.BgClassName
{
background-color: #C21FCB;
}
</style>
border-color css
<style>
span { border-color: #C21FCB; }
span { border-color: rgb(194,31,203); }
td.TdClassName
{
border-color: #C21FCB;
}
.TagClassName
{
border-color: #C21FCB;
}
</style>