Html Css Color HEX #C22290 Medium Violet Red

📋 copy color: '#C22290'

red 194 ◦ green 34 ◦ blue 144

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

Shades of Medium Violet Red #C22290

Tints of Medium Violet Red #C22290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.14%

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

R = 52.15%
G = 9.14%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C22290 (or 0xC22290) is known color: Medium Violet Red. HEX triplet: C2, 22 and 90. RGB value is (194,34,144). Sum of RGB (Red+Green+Blue) = 194+34+144=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C22290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22290 is #3DDD6F. Grayscale: #5E5E5E. Windows color (decimal): -4054384 or 9446082. OLE color: 9446082.

HSL color Cylindrical-coordinate representation of color #C22290: hue angle of 318.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22290 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 144 -
CMYK 0 0.82 0.26 0.24
HSL 318.75º 0.7% 0.45% -
HSV(B) 318.75º 0.82% 0.76% -
XYZ 27.85 14.63 27.74 -
YUV 94.38 156.01 199.06 -
System Red Green Blue C M Y K H S L
Decimal 194 34 144 0 0.82 0.26 0.24 318.75 0.7 0.45
Hex C2 22 90 0 52 1A 18 13F 46 2D
Octal 302 42 220 0 122 32 30 477 106 55
Binary 11000010 100010 10010000 0 1010010 11010 11000 100111111 1000110 101101

Color Harmonies of #C22290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22290

Black with #C22290

Text Example


Text Example

White with #C22290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22290; }

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

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

background-color css

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

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

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

border-color css

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

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

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