Html Css Color HEX #C22192 Medium Violet Red

📋 copy color: '#C22192'

red 194 ◦ green 33 ◦ blue 146

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

Shades of Medium Violet Red #C22192

Tints of Medium Violet Red #C22192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.85%

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

R = 52.01%
G = 8.85%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C22192 (or 0xC22192) is known color: Medium Violet Red. HEX triplet: C2, 21 and 92. RGB value is (194,33,146). Sum of RGB (Red+Green+Blue) = 194+33+146=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C22192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22192 is #3DDE6D. Grayscale: #5D5D5D. Windows color (decimal): -4054638 or 9576898. OLE color: 9576898.

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

Color convert

RGB 194 33 146 -
CMYK 0 0.83 0.25 0.24
HSL 317.89º 0.71% 0.45% -
HSV(B) 317.89º 0.83% 0.76% -
XYZ 27.98 14.63 28.54 -
YUV 94.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 194 33 146 0 0.83 0.25 0.24 317.89 0.71 0.45
Hex C2 21 92 0 53 19 18 13E 47 2D
Octal 302 41 222 0 123 31 30 476 107 55
Binary 11000010 100001 10010010 0 1010011 11001 11000 100111110 1000111 101101

Color Harmonies of #C22192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22192

Black with #C22192

Text Example


Text Example

White with #C22192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22192; }

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

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

background-color css

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

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

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

border-color css

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

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

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