Html Css Color HEX #C22189 Medium Violet Red

📋 copy color: '#C22189'

red 194 ◦ green 33 ◦ blue 137

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

Shades of Medium Violet Red #C22189

Tints of Medium Violet Red #C22189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.64%

R = 53.3%
G = 9.07%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C22189 (or 0xC22189) is known color: Medium Violet Red. HEX triplet: C2, 21 and 89. RGB value is (194,33,137). Sum of RGB (Red+Green+Blue) = 194+33+137=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C22189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22189 is #3DDE76. Grayscale: #5C5C5C. Windows color (decimal): -4054647 or 8987074. OLE color: 8987074.

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

Color convert

RGB 194 33 137 -
CMYK 0 0.83 0.29 0.24
HSL 321.24º 0.71% 0.45% -
HSV(B) 321.24º 0.83% 0.76% -
XYZ 27.31 14.36 25 -
YUV 93 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 194 33 137 0 0.83 0.29 0.24 321.24 0.71 0.45
Hex C2 21 89 0 53 1D 18 141 47 2D
Octal 302 41 211 0 123 35 30 501 107 55
Binary 11000010 100001 10001001 0 1010011 11101 11000 101000001 1000111 101101

Color Harmonies of #C22189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22189

Black with #C22189

Text Example


Text Example

White with #C22189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22189; }

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

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

background-color css

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

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

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

border-color css

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

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

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