Shades of Deep Magenta #C212CB
Tints of Deep Magenta #C212CB
RGB
CMYK
RGB Variations
Color information
#C212CB (or 0xC212CB) is known color: Deep Magenta. HEX triplet: C2, 12 and CB. RGB value is (194,18,203). Sum of RGB (Red+Green+Blue) = 194+18+203=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #C212CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212CB is #3DED34. Grayscale: #5B5B5B. Windows color (decimal): -4058421 or 13308610. OLE color: 13308610.
HSL color Cylindrical-coordinate representation of color #C212CB: hue angle of 297.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212CB is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 18 | 203 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.20 |
| HSL | 297.08º | 0.84% | 0.43% | - |
| HSV(B) | 297.08º | 0.91% | 0.8% | - |
| XYZ | 33.24 | 16.21 | 57.88 | - |
| YUV | 91.71 | 190.81 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 203 | 0.04 | 0.91 | 0 | 0.20 | 297.08 | 0.84 | 0.43 |
| Hex | C2 | 12 | CB | 4 | 5B | 0 | 14 | 129 | 54 | 2B |
| Octal | 302 | 22 | 313 | 4 | 133 | 0 | 24 | 451 | 124 | 53 |
| Binary | 11000010 | 10010 | 11001011 | 100 | 1011011 | 0 | 10100 | 100101001 | 1010100 | 101011 |
Color Harmonies of #C212CB
Complementary color
Monochromatic Colors of #C212CB
Black with #C212CB
Text Example
Text Example
White with #C212CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212CB; }
p { color: rgb(194,18,203); }
H1.HeaderClassName
{
color: #C212CB;
}
.AnyTagClassName
{
color: #C212CB;
}
</style>
background-color css
<style>
a { background-color: #C212CB; }
a { background-color: rgb(194,18,203); }
div.DivClassName
{
background-color: #C212CB;
}
.BgClassName
{
background-color: #C212CB;
}
</style>
border-color css
<style>
span { border-color: #C212CB; }
span { border-color: rgb(194,18,203); }
td.TdClassName
{
border-color: #C212CB;
}
.TagClassName
{
border-color: #C212CB;
}
</style>