Html Css Color HEX #C22294 Medium Violet Red

📋 copy color: '#C22294'

red 194 ◦ green 34 ◦ blue 148

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

Shades of Medium Violet Red #C22294

Tints of Medium Violet Red #C22294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 51.6%
G = 9.04%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C22294 (or 0xC22294) is known color: Medium Violet Red. HEX triplet: C2, 22 and 94. RGB value is (194,34,148). Sum of RGB (Red+Green+Blue) = 194+34+148=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C22294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22294 is #3DDD6B. Grayscale: #5E5E5E. Windows color (decimal): -4054380 or 9708226. OLE color: 9708226.

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

Color convert

RGB 194 34 148 -
CMYK 0 0.82 0.24 0.24
HSL 317.25º 0.7% 0.45% -
HSV(B) 317.25º 0.82% 0.76% -
XYZ 28.17 14.75 29.38 -
YUV 94.84 158.01 198.73 -
System Red Green Blue C M Y K H S L
Decimal 194 34 148 0 0.82 0.24 0.24 317.25 0.7 0.45
Hex C2 22 94 0 52 18 18 13D 46 2D
Octal 302 42 224 0 122 30 30 475 106 55
Binary 11000010 100010 10010100 0 1010010 11000 11000 100111101 1000110 101101

Color Harmonies of #C22294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22294

Black with #C22294

Text Example


Text Example

White with #C22294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22294; }

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

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

background-color css

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

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

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

border-color css

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

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

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