#c22995

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

Shades of Medium Red Violet #C22995

Tints of Medium Red Violet #C22995

Color information

#C22995 (or 0xC22995) is unknown color: approx Medium Red Violet. HEX triplet: C2, 29 and 95. RGB value is (194,41,149). Sum of RGB (Red+Green+Blue) = 194+41+149=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C22995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22995 is #3DD66A. Grayscale: #626262. Windows color (decimal): -4052587 or 9775554. OLE color: 9775554.

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

Color convert

RGB19441149-
CMYK00.790.230.24
HSL317.65º65.11%46.08%-
HSV(B)317.65º78.87%76.08%-
XYZ28.4715.2329.87-
YUV99.06156.19195.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.52%
GREEN value IS 41 (16.41% from 255) = 10.68%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=50.52%
G=10.68%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944114900.790.230.24317.6565.1146.08
HexC2299504F171813e412e
Octal302512250117273047610156
Binary11000010101001100101010100111110111110001001111101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c22995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c22995; }

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

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

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

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

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

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

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

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