Html Css Color HEX #C22193 Medium Violet Red

📋 copy color: '#C22193'

red 194 ◦ green 33 ◦ blue 147

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

Shades of Medium Violet Red #C22193

Tints of Medium Violet Red #C22193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 51.87%
G = 8.82%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C22193 (or 0xC22193) is known color: Medium Violet Red. HEX triplet: C2, 21 and 93. RGB value is (194,33,147). Sum of RGB (Red+Green+Blue) = 194+33+147=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C22193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22193 is #3DDE6C. Grayscale: #5D5D5D. Windows color (decimal): -4054637 or 9642434. OLE color: 9642434.

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

Color convert

RGB 194 33 147 -
CMYK 0 0.83 0.24 0.24
HSL 317.52º 0.71% 0.45% -
HSV(B) 317.52º 0.83% 0.76% -
XYZ 28.06 14.66 28.96 -
YUV 94.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 194 33 147 0 0.83 0.24 0.24 317.52 0.71 0.45
Hex C2 21 93 0 53 18 18 13E 47 2D
Octal 302 41 223 0 123 30 30 476 107 55
Binary 11000010 100001 10010011 0 1010011 11000 11000 100111110 1000111 101101

Color Harmonies of #C22193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22193

Black with #C22193

Text Example


Text Example

White with #C22193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22193; }

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

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

background-color css

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

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

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

border-color css

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

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

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