Html Css Color HEX #C22770 Medium Red Violet

📋 copy color: '#C22770'

red 194 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #C22770

Tints of Medium Red Violet #C22770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 56.23%
G = 11.3%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C22770 (or 0xC22770) is known color: 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

RGB 194 39 112 -
CMYK 0 0.80 0.42 0.24
HSL 331.74º 0.67% 0.46% -
HSV(B) 331.74º 0.8% 0.76% -
XYZ 25.9 14.09 16.68 -
YUV 93.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 194 39 112 0 0.80 0.42 0.24 331.74 0.67 0.46
Hex C2 27 70 0 50 2A 18 14C 43 2E
Octal 302 47 160 0 120 52 30 514 103 56
Binary 11000010 100111 1110000 0 1010000 101010 11000 101001100 1000011 101110

Color Harmonies of #C22770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22770

Black with #C22770

Text Example


Text Example

White with #C22770

Text Example


Text Example

HTML Codes & Css Web 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>