Html Css Color HEX #C22197 Medium Violet Red

📋 copy color: '#C22197'

red 194 ◦ green 33 ◦ blue 151

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

Shades of Medium Violet Red #C22197

Tints of Medium Violet Red #C22197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.95%

R = 51.32%
G = 8.73%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C22197 (or 0xC22197) is known color: Medium Violet Red. HEX triplet: C2, 21 and 97. RGB value is (194,33,151). Sum of RGB (Red+Green+Blue) = 194+33+151=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C22197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22197 is #3DDE68. Grayscale: #5E5E5E. Windows color (decimal): -4054633 or 9904578. OLE color: 9904578.

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

Color convert

RGB 194 33 151 -
CMYK 0 0.83 0.22 0.24
HSL 316.02º 0.71% 0.45% -
HSV(B) 316.02º 0.83% 0.76% -
XYZ 28.38 14.79 30.64 -
YUV 94.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 194 33 151 0 0.83 0.22 0.24 316.02 0.71 0.45
Hex C2 21 97 0 53 16 18 13C 47 2D
Octal 302 41 227 0 123 26 30 474 107 55
Binary 11000010 100001 10010111 0 1010011 10110 11000 100111100 1000111 101101

Color Harmonies of #C22197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22197

Black with #C22197

Text Example


Text Example

White with #C22197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22197; }

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

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

background-color css

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

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

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

border-color css

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

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

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