Html Css Color HEX #C22990 Medium Red Violet

📋 copy color: '#C22990'

red 194 ◦ green 41 ◦ blue 144

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

Shades of Medium Red Violet #C22990

Tints of Medium Red Violet #C22990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 51.19%
G = 10.82%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C22990 (or 0xC22990) is known color: Medium Red Violet. HEX triplet: C2, 29 and 90. RGB value is (194,41,144). Sum of RGB (Red+Green+Blue) = 194+41+144=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C22990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22990 is #3DD66F. Grayscale: #626262. Windows color (decimal): -4052592 or 9447874. OLE color: 9447874.

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

Color convert

RGB 194 41 144 -
CMYK 0 0.79 0.26 0.24
HSL 319.61º 0.65% 0.46% -
HSV(B) 319.61º 0.79% 0.76% -
XYZ 28.08 15.07 27.81 -
YUV 98.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 194 41 144 0 0.79 0.26 0.24 319.61 0.65 0.46
Hex C2 29 90 0 4F 1A 18 140 41 2E
Octal 302 51 220 0 117 32 30 500 101 56
Binary 11000010 101001 10010000 0 1001111 11010 11000 101000000 1000001 101110

Color Harmonies of #C22990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22990

Black with #C22990

Text Example


Text Example

White with #C22990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22990; }

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

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

background-color css

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

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

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

border-color css

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

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

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