#C22C6C

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

Shades of Medium Red Violet #C22C6C

Tints of Medium Red Violet #C22C6C

Color information

#C22C6C (or 0xC22C6C) is unknown color: approx Medium Red Violet. HEX triplet: C2, 2C and 6C. RGB value is (194,44,108). Sum of RGB (Red+Green+Blue) = 194+44+108=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C6C is #3DD393. Grayscale: #606060. Windows color (decimal): -4051860 or 7089346. OLE color: 7089346.

HSL color Cylindrical-coordinate representation of color #C22C6C: hue angle of 334.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C6C is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB19444108-
CMYK00.770.440.24
HSL334.4º63.03%46.67%-
HSV(B)334.4º77.32%76.08%-
XYZ25.8614.3515.6-
YUV96.15134.7197.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.07%
GREEN value IS 44 (17.58% from 255) = 12.72%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=56.07%
G=12.72%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944410800.770.440.24334.463.0346.67
HexC22C6C04D2C1814e3f2f
Octal30254154011554305167757
Binary1100001010110011011000100110110110011000101001110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22C6C; }

 p { color: rgb(194,44,108); }

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

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

 a { background-color: rgb(194,44,108); }

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

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

 span { border-color: rgb(194,44,108); }

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