#C2227E

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

Shades of Medium Violet Red #C2227E

Tints of Medium Violet Red #C2227E

Color information

#C2227E (or 0xC2227E) is unknown color: approx Medium Violet Red. HEX triplet: C2, 22 and 7E. RGB value is (194,34,126). Sum of RGB (Red+Green+Blue) = 194+34+126=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2227E is #3DDD81. Grayscale: #5C5C5C. Windows color (decimal): -4054402 or 8266434. OLE color: 8266434.

HSL color Cylindrical-coordinate representation of color #C2227E: hue angle of 325.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2227E is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB19434126-
CMYK00.820.350.24
HSL325.5º70.18%44.71%-
HSV(B)325.5º82.47%76.08%-
XYZ26.5914.1221.06-
YUV92.33147.01200.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.80%
GREEN value IS 34 (13.67% from 255) = 9.60%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=54.80%
G=9.60%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943412600.820.350.24325.570.1844.71
HexC2227E0522318146462d
Octal302421760122433050610655
Binary11000010100010111111001010010100011110001010001101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2227E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2227E; }

 p { color: rgb(194,34,126); }

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

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

 a { background-color: rgb(194,34,126); }

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

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

 span { border-color: rgb(194,34,126); }

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