#C22774

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

Shades of Medium Red Violet #C22774

Tints of Medium Red Violet #C22774

Color information

#C22774 (or 0xC22774) is unknown color: approx Medium Red Violet. HEX triplet: C2, 27 and 74. RGB value is (194,39,116). Sum of RGB (Red+Green+Blue) = 194+39+116=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C22774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22774 is #3DD88B. Grayscale: #5D5D5D. Windows color (decimal): -4053132 or 7612354. OLE color: 7612354.

HSL color Cylindrical-coordinate representation of color #C22774: hue angle of 330.19º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22774 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB19439116-
CMYK00.800.400.24
HSL330.19º66.52%45.69%-
HSV(B)330.19º79.9%76.08%-
XYZ26.1314.1817.88-
YUV94.12140.35199.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.59%
GREEN value IS 39 (15.62% from 255) = 11.17%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=55.59%
G=11.17%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943911600.800.400.24330.1966.5245.69
HexC22774050281814a432e
Octal302471640120503051210356
Binary11000010100111111010001010000101000110001010010101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22774; }

 p { color: rgb(194,39,116); }

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

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

 a { background-color: rgb(194,39,116); }

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

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

 span { border-color: rgb(194,39,116); }

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