Html Css Color HEX #C20797 Medium Violet Red

📋 copy color: '#C20797'

red 194 ◦ green 7 ◦ blue 151

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

Shades of Medium Violet Red #C20797

Tints of Medium Violet Red #C20797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

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

R = 55.11%
G = 1.99%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C20797 (or 0xC20797) is known color: Medium Violet Red. HEX triplet: C2, 07 and 97. RGB value is (194,7,151). Sum of RGB (Red+Green+Blue) = 194+7+151=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C20797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20797 is #3DF868. Grayscale: #4E4E4E. Windows color (decimal): -4061289 or 9897922. OLE color: 9897922.

HSL color Cylindrical-coordinate representation of color #C20797: hue angle of 313.8º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20797 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 7 151 -
CMYK 0 0.96 0.22 0.24
HSL 313.8º 0.93% 0.39% -
HSV(B) 313.8º 0.96% 0.76% -
XYZ 27.91 13.86 30.48 -
YUV 79.33 168.45 209.79 -
System Red Green Blue C M Y K H S L
Decimal 194 7 151 0 0.96 0.22 0.24 313.8 0.93 0.39
Hex C2 7 97 0 60 16 18 13A 5D 27
Octal 302 7 227 0 140 26 30 472 135 47
Binary 11000010 111 10010111 0 1100000 10110 11000 100111010 1011101 100111

Color Harmonies of #C20797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20797

Black with #C20797

Text Example


Text Example

White with #C20797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20797; }

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

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

background-color css

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

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

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

border-color css

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

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

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