#C212BB

Color #C212BB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C212BB

Tints of Deep Magenta #C212BB

Color information

#C212BB (or 0xC212BB) is unknown color: approx Deep Magenta. HEX triplet: C2, 12 and BB. RGB value is (194,18,187). Sum of RGB (Red+Green+Blue) = 194+18+187=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C212BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212BB is #3DED44. Grayscale: #595959. Windows color (decimal): -4058437 or 12260034. OLE color: 12260034.

HSL color Cylindrical-coordinate representation of color #C212BB: hue angle of 302.39º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C212BB is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19418187-
CMYK00.910.040.24
HSL302.39º83.02%41.57%-
HSV(B)302.39º90.72%76.08%-
XYZ31.4315.4948.35-
YUV89.89182.81202.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 18 (7.42% from 255) = 4.51%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=48.62%
G=4.51%
B=46.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941818700.910.040.24302.3983.0241.57
HexC212BB05B41812e532a
Octal30222273013343045612352
Binary11000010100101011101101011011100110001001011101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C212BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C212BB; }

 p { color: rgb(194,18,187); }

 H1.HeaderClassName
 {
   color: #C212BB;
 }
 .AnyTagClassName
 {
   color: #C212BB;
 }
</style>
background-color css

<style>
 a { background-color: #C212BB; }

 a { background-color: rgb(194,18,187); }

 div.DivClassName
 {
   background-color: #C212BB;
 }
 .BgClassName
 {
   background-color: #C212BB;
 }
</style>
border-color css

<style>
 span { border-color: #C212BB; }

 span { border-color: rgb(194,18,187); }

 td.TdClassName
 {
   border-color: #C212BB;
 }
 .TagClassName
 {
   border-color: #C212BB;
 }
</style>