Html Css Color HEX #C22970 Medium Red Violet

📋 copy color: '#C22970'

red 194 ◦ green 41 ◦ blue 112

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

Shades of Medium Red Violet #C22970

Tints of Medium Red Violet #C22970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.82%

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

R = 55.91%
G = 11.82%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C22970 (or 0xC22970) is known color: Medium Red Violet. HEX triplet: C2, 29 and 70. RGB value is (194,41,112). Sum of RGB (Red+Green+Blue) = 194+41+112=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C22970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22970 is #3DD68F. Grayscale: #5E5E5E. Windows color (decimal): -4052624 or 7350722. OLE color: 7350722.

HSL color Cylindrical-coordinate representation of color #C22970: hue angle of 332.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22970 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 41 112 -
CMYK 0 0.79 0.42 0.24
HSL 332.16º 0.65% 0.46% -
HSV(B) 332.16º 0.79% 0.76% -
XYZ 25.97 14.23 16.71 -
YUV 94.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 194 41 112 0 0.79 0.42 0.24 332.16 0.65 0.46
Hex C2 29 70 0 4F 2A 18 14C 41 2E
Octal 302 51 160 0 117 52 30 514 101 56
Binary 11000010 101001 1110000 0 1001111 101010 11000 101001100 1000001 101110

Color Harmonies of #C22970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22970

Black with #C22970

Text Example


Text Example

White with #C22970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22970; }

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

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

background-color css

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

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

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

border-color css

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

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

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