#C212BE

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

Shades of Deep Magenta #C212BE

Tints of Deep Magenta #C212BE

Color information

#C212BE (or 0xC212BE) is unknown color: approx Deep Magenta. HEX triplet: C2, 12 and BE. RGB value is (194,18,190). Sum of RGB (Red+Green+Blue) = 194+18+190=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C212BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212BE is #3DED41. Grayscale: #595959. Windows color (decimal): -4058434 or 12456642. OLE color: 12456642.

HSL color Cylindrical-coordinate representation of color #C212BE: hue angle of 301.36º 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 #C212BE is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19418190-
CMYK00.910.020.24
HSL301.36º83.02%41.57%-
HSV(B)301.36º90.72%76.08%-
XYZ31.7615.6250.06-
YUV90.23184.31202.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 18 (7.42% from 255) = 4.48%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=48.26%
G=4.48%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941819000.910.020.24301.3683.0241.57
HexC212BE05B21812d532a
Octal30222276013323045512352
Binary1100001010010101111100101101110110001001011011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C212BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C212BE; }

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

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

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

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

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

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

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

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