#C212A5

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

Shades of Medium Violet Red #C212A5

Tints of Medium Violet Red #C212A5

Color information

#C212A5 (or 0xC212A5) is unknown color: approx Medium Violet Red. HEX triplet: C2, 12 and A5. RGB value is (194,18,165). Sum of RGB (Red+Green+Blue) = 194+18+165=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C212A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C212A5 is #3DED5A. Grayscale: #565656. Windows color (decimal): -4058459 or 10818242. OLE color: 10818242.

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

Color convert

RGB19418165-
CMYK00.910.150.24
HSL309.89º83.02%41.57%-
HSV(B)309.89º90.72%76.08%-
XYZ29.2614.6236.88-
YUV87.38171.81204.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.46%
GREEN value IS 18 (7.42% from 255) = 4.77%
BLUE value IS 165 (64.84% from 255) = 43.77%
R=51.46%
G=4.77%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941816500.910.150.24309.8983.0241.57
HexC212A505BF18136532a
Octal302222450133173046612352
Binary110000101001010100101010110111111110001001101101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C212A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C212A5; }

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

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

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

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

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

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

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

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