Html Css Color HEX #C22772 Medium Red Violet

📋 copy color: '#C22772'

red 194 ◦ green 39 ◦ blue 114

#C22772
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C22772

Tints of Medium Red Violet #C22772

RGB

 RED value IS 194 (76.17% from 255) = 55.91%

 GREEN value IS 39 (15.63% from 255) = 11.24%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 55.91%
G = 11.24%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C22772 (or 0xC22772) is known color: Medium Red Violet. HEX triplet: C2, 27 and 72. RGB value is (194,39,114). Sum of RGB (Red+Green+Blue) = 194+39+114=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C22772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22772 is #3DD88D. Grayscale: #5D5D5D. Windows color (decimal): -4053134 or 7481282. OLE color: 7481282.

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

Color convert

RGB 194 39 114 -
CMYK 0 0.80 0.41 0.24
HSL 330.97º 0.67% 0.46% -
HSV(B) 330.97º 0.8% 0.76% -
XYZ 26.01 14.14 17.28 -
YUV 93.9 139.35 199.4 -
System Red Green Blue C M Y K H S L
Decimal 194 39 114 0 0.80 0.41 0.24 330.97 0.67 0.46
Hex C2 27 72 0 50 29 18 14B 43 2E
Octal 302 47 162 0 120 51 30 513 103 56
Binary 11000010 100111 1110010 0 1010000 101001 11000 101001011 1000011 101110

Color Harmonies of #C22772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22772

Black with #C22772

Text Example


Text Example

White with #C22772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22772; }

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

 H1.HeaderClassName
 {
   color: #C22772;
 }
 .AnyTagClassName
 {
   color: #C22772;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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