#C2227D

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

Shades of Medium Violet Red #C2227D

Tints of Medium Violet Red #C2227D

Color information

#C2227D (or 0xC2227D) is unknown color: approx Medium Violet Red. HEX triplet: C2, 22 and 7D. RGB value is (194,34,125). Sum of RGB (Red+Green+Blue) = 194+34+125=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2227D is #3DDD82. Grayscale: #5C5C5C. Windows color (decimal): -4054403 or 8200898. OLE color: 8200898.

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

Color convert

RGB19434125-
CMYK00.820.360.24
HSL325.88º70.18%44.71%-
HSV(B)325.88º82.47%76.08%-
XYZ26.5214.0920.72-
YUV92.21146.51200.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.96%
GREEN value IS 34 (13.67% from 255) = 9.63%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=54.96%
G=9.63%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943412500.820.360.24325.8870.1844.71
HexC2227D0522418146462d
Octal302421750122443050610655
Binary11000010100010111110101010010100100110001010001101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2227D; }

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

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

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

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

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

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

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

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