#C22970

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

Shades of Medium Red Violet #C22970

Tints of Medium Red Violet #C22970

Color information

#C22970 (or 0xC22970) is unknown color: approx Medium Red Violet. HEX triplet: C2, 29 and 70. RGB value is (194,41,112). Sum of RGB (Red+Green+Blue) = 194+41+112=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C22970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22970 is #3DD68F. Grayscale: #5E5E5E. Windows color (decimal): -4052624 or 7350722. OLE color: 7350722.

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

Color convert

RGB19441112-
CMYK00.790.420.24
HSL332.16º65.11%46.08%-
HSV(B)332.16º78.87%76.08%-
XYZ25.9714.2316.71-
YUV94.84137.69198.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.91%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=55.91%
G=11.82%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944111200.790.420.24332.1665.1146.08
HexC2297004F2A1814c412e
Octal302511600117523051410156
Binary11000010101001111000001001111101010110001010011001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22970; }

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

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

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

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

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

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

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

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