#C22A72

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

Shades of Medium Red Violet #C22A72

Tints of Medium Red Violet #C22A72

Color information

#C22A72 (or 0xC22A72) is unknown color: approx Medium Red Violet. HEX triplet: C2, 2A and 72. RGB value is (194,42,114). Sum of RGB (Red+Green+Blue) = 194+42+114=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A72 is #3DD58D. Grayscale: #5F5F5F. Windows color (decimal): -4052366 or 7482050. OLE color: 7482050.

HSL color Cylindrical-coordinate representation of color #C22A72: hue angle of 331.58º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A72 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19442114-
CMYK00.780.410.24
HSL331.58º64.41%46.27%-
HSV(B)331.58º78.35%76.08%-
XYZ26.1114.3417.31-
YUV95.66138.36198.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.43%
GREEN value IS 42 (16.80% from 255) = 12%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=55.43%
G=12%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944211400.780.410.24331.5864.4146.27
HexC22A7204E291814c402e
Octal302521620116513051410056
Binary11000010101010111001001001110101001110001010011001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A72; }

 p { color: rgb(194,42,114); }

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

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

 a { background-color: rgb(194,42,114); }

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

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

 span { border-color: rgb(194,42,114); }

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