Html Css Color HEX #C50394 Medium Violet Red

📋 copy color: '#C50394'

red 197 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #C50394

Tints of Medium Violet Red #C50394

RGB

 RED value IS 197 (77.34% from 255) = 56.61%

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 56.61%
G = 0.86%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C50394 (or 0xC50394) is known color: Medium Violet Red. HEX triplet: C5, 03 and 94. RGB value is (197,3,148). Sum of RGB (Red+Green+Blue) = 197+3+148=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C50394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50394 is #3AFC6B. Grayscale: #4D4D4D. Windows color (decimal): -3865708 or 9700293. OLE color: 9700293.

HSL color Cylindrical-coordinate representation of color #C50394: hue angle of 315.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50394 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 148 -
CMYK 0 0.98 0.25 0.23
HSL 315.15º 0.97% 0.39% -
HSV(B) 315.15º 0.98% 0.77% -
XYZ 28.4 14.07 29.24 -
YUV 77.54 167.77 213.21 -
System Red Green Blue C M Y K H S L
Decimal 197 3 148 0 0.98 0.25 0.23 315.15 0.97 0.39
Hex C5 3 94 0 62 19 17 13B 61 27
Octal 305 3 224 0 142 31 27 473 141 47
Binary 11000101 11 10010100 0 1100010 11001 10111 100111011 1100001 100111

Color Harmonies of #C50394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50394

Black with #C50394

Text Example


Text Example

White with #C50394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50394; }

 p { color: rgb(197,3,148); }

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

background-color css

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

 a { background-color: rgb(197,3,148); }

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

border-color css

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

 span { border-color: rgb(197,3,148); }

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