Html Css Color HEX #C22296 Medium Violet Red

📋 copy color: '#C22296'

red 194 ◦ green 34 ◦ blue 150

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

Shades of Medium Violet Red #C22296

Tints of Medium Violet Red #C22296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 51.32%
G = 8.99%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C22296 (or 0xC22296) is known color: Medium Violet Red. HEX triplet: C2, 22 and 96. RGB value is (194,34,150). Sum of RGB (Red+Green+Blue) = 194+34+150=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C22296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22296 is #3DDD69. Grayscale: #5E5E5E. Windows color (decimal): -4054378 or 9839298. OLE color: 9839298.

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

Color convert

RGB 194 34 150 -
CMYK 0 0.82 0.23 0.24
HSL 316.5º 0.7% 0.45% -
HSV(B) 316.5º 0.82% 0.76% -
XYZ 28.33 14.82 30.22 -
YUV 95.06 159.01 198.57 -
System Red Green Blue C M Y K H S L
Decimal 194 34 150 0 0.82 0.23 0.24 316.5 0.7 0.45
Hex C2 22 96 0 52 17 18 13C 46 2D
Octal 302 42 226 0 122 27 30 474 106 55
Binary 11000010 100010 10010110 0 1010010 10111 11000 100111100 1000110 101101

Color Harmonies of #C22296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22296

Black with #C22296

Text Example


Text Example

White with #C22296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22296; }

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

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

background-color css

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

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

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

border-color css

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

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

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