#C212A9

Color #C212A9 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C212A9

Tints of Medium Violet Red #C212A9

Color information

#C212A9 (or 0xC212A9) is unknown color: approx Medium Violet Red. HEX triplet: C2, 12 and A9. RGB value is (194,18,169). Sum of RGB (Red+Green+Blue) = 194+18+169=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C212A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C212A9 is #3DED56. Grayscale: #575757. Windows color (decimal): -4058455 or 11080386. OLE color: 11080386.

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

Color convert

RGB19418169-
CMYK00.910.130.24
HSL308.52º83.02%41.57%-
HSV(B)308.52º90.72%76.08%-
XYZ29.6314.7738.82-
YUV87.84173.81203.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 18 (7.42% from 255) = 4.72%
BLUE value IS 169 (66.41% from 255) = 44.36%
R=50.92%
G=4.72%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941816900.910.130.24308.5283.0241.57
HexC212A905BD18135532a
Octal302222510133153046512352
Binary110000101001010101001010110111101110001001101011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C212A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C212A9; }

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

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

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

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

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

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

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

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