#C22770

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

Shades of Medium Red Violet #C22770

Tints of Medium Red Violet #C22770

Color information

#C22770 (or 0xC22770) is unknown color: approx Medium Red Violet. HEX triplet: C2, 27 and 70. RGB value is (194,39,112). Sum of RGB (Red+Green+Blue) = 194+39+112=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C22770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22770 is #3DD88F. Grayscale: #5D5D5D. Windows color (decimal): -4053136 or 7350210. OLE color: 7350210.

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

Color convert

RGB19439112-
CMYK00.800.420.24
HSL331.74º66.52%45.69%-
HSV(B)331.74º79.9%76.08%-
XYZ25.914.0916.68-
YUV93.67138.35199.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 39 (15.62% from 255) = 11.30%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=56.23%
G=11.30%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943911200.800.420.24331.7466.5245.69
HexC227700502A1814c432e
Octal302471600120523051410356
Binary11000010100111111000001010000101010110001010011001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22770; }

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

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

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

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

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

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

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

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