Html Css Color HEX #C20597 Medium Violet Red

📋 copy color: '#C20597'

red 194 ◦ green 5 ◦ blue 151

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

Shades of Medium Violet Red #C20597

Tints of Medium Violet Red #C20597

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

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

R = 55.43%
G = 1.43%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C20597 (or 0xC20597) is known color: Medium Violet Red. HEX triplet: C2, 05 and 97. RGB value is (194,5,151). Sum of RGB (Red+Green+Blue) = 194+5+151=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C20597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20597 is #3DFA68. Grayscale: #4D4D4D. Windows color (decimal): -4061801 or 9897410. OLE color: 9897410.

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

Color convert

RGB 194 5 151 -
CMYK 0 0.97 0.22 0.24
HSL 313.65º 0.95% 0.39% -
HSV(B) 313.65º 0.97% 0.76% -
XYZ 27.89 13.81 30.47 -
YUV 78.16 169.12 210.63 -
System Red Green Blue C M Y K H S L
Decimal 194 5 151 0 0.97 0.22 0.24 313.65 0.95 0.39
Hex C2 5 97 0 61 16 18 13A 5F 27
Octal 302 5 227 0 141 26 30 472 137 47
Binary 11000010 101 10010111 0 1100001 10110 11000 100111010 1011111 100111

Color Harmonies of #C20597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20597

Black with #C20597

Text Example


Text Example

White with #C20597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20597; }

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

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

background-color css

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

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

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

border-color css

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

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

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