Html Css Color HEX #C22392 Medium Violet Red

📋 copy color: '#C22392'

red 194 ◦ green 35 ◦ blue 146

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

Shades of Medium Violet Red #C22392

Tints of Medium Violet Red #C22392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

 BLUE value IS 146 (57.42% from 255) = 38.93%

R = 51.73%
G = 9.33%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C22392 (or 0xC22392) is known color: Medium Violet Red. HEX triplet: C2, 23 and 92. RGB value is (194,35,146). Sum of RGB (Red+Green+Blue) = 194+35+146=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C22392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22392 is #3DDC6D. Grayscale: #5E5E5E. Windows color (decimal): -4054126 or 9577410. OLE color: 9577410.

HSL color Cylindrical-coordinate representation of color #C22392: hue angle of 318.11º degrees, saturation: 0.69, 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 #C22392 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 146 -
CMYK 0 0.82 0.25 0.24
HSL 318.11º 0.69% 0.45% -
HSV(B) 318.11º 0.82% 0.76% -
XYZ 28.04 14.75 28.56 -
YUV 95.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 194 35 146 0 0.82 0.25 0.24 318.11 0.69 0.45
Hex C2 23 92 0 52 19 18 13E 45 2D
Octal 302 43 222 0 122 31 30 476 105 55
Binary 11000010 100011 10010010 0 1010010 11001 11000 100111110 1000101 101101

Color Harmonies of #C22392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22392

Black with #C22392

Text Example


Text Example

White with #C22392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22392; }

 p { color: rgb(194,35,146); }

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

background-color css

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

 a { background-color: rgb(194,35,146); }

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

border-color css

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

 span { border-color: rgb(194,35,146); }

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