Html Css Color HEX #C22297 Medium Violet Red

📋 copy color: '#C22297'

red 194 ◦ green 34 ◦ blue 151

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

Shades of Medium Violet Red #C22297

Tints of Medium Violet Red #C22297

RGB

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

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

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

R = 51.19%
G = 8.97%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C22297 (or 0xC22297) is known color: Medium Violet Red. HEX triplet: C2, 22 and 97. RGB value is (194,34,151). Sum of RGB (Red+Green+Blue) = 194+34+151=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C22297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22297 is #3DDD68. Grayscale: #5E5E5E. Windows color (decimal): -4054377 or 9904834. OLE color: 9904834.

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

Color convert

RGB 194 34 151 -
CMYK 0 0.82 0.22 0.24
HSL 316.13º 0.7% 0.45% -
HSV(B) 316.13º 0.82% 0.76% -
XYZ 28.41 14.85 30.65 -
YUV 95.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 194 34 151 0 0.82 0.22 0.24 316.13 0.7 0.45
Hex C2 22 97 0 52 16 18 13C 46 2D
Octal 302 42 227 0 122 26 30 474 106 55
Binary 11000010 100010 10010111 0 1010010 10110 11000 100111100 1000110 101101

Color Harmonies of #C22297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22297

Black with #C22297

Text Example


Text Example

White with #C22297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22297; }

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

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

background-color css

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

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

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

border-color css

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

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

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