#C22A70

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

Shades of Medium Red Violet #C22A70

Tints of Medium Red Violet #C22A70

Color information

#C22A70 (or 0xC22A70) is unknown color: approx Medium Red Violet. HEX triplet: C2, 2A and 70. RGB value is (194,42,112). Sum of RGB (Red+Green+Blue) = 194+42+112=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A70 is #3DD58F. Grayscale: #5F5F5F. Windows color (decimal): -4052368 or 7350978. OLE color: 7350978.

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

Color convert

RGB19442112-
CMYK00.780.420.24
HSL332.37º64.41%46.27%-
HSV(B)332.37º78.35%76.08%-
XYZ2614.316.72-
YUV95.43137.36198.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 42 (16.80% from 255) = 12.07%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=55.75%
G=12.07%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944211200.780.420.24332.3764.4146.27
HexC22A7004E2A1814c402e
Octal302521600116523051410056
Binary11000010101010111000001001110101010110001010011001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A70; }

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

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

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

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

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

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

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

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