Html Css Color HEX #C50494 Medium Violet Red

📋 copy color: '#C50494'

red 197 ◦ green 4 ◦ blue 148

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

Shades of Medium Violet Red #C50494

Tints of Medium Violet Red #C50494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 56.45%
G = 1.15%
B = 42.41%

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

#C50494 (or 0xC50494) is known color: Medium Violet Red. HEX triplet: C5, 04 and 94. RGB value is (197,4,148). Sum of RGB (Red+Green+Blue) = 197+4+148=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C50494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50494 is #3AFB6B. Grayscale: #4D4D4D. Windows color (decimal): -3865452 or 9700549. OLE color: 9700549.

HSL color Cylindrical-coordinate representation of color #C50494: hue angle of 315.23º degrees, saturation: 0.96, 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 #C50494 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 4 148 -
CMYK 0 0.98 0.25 0.23
HSL 315.23º 0.96% 0.39% -
HSV(B) 315.23º 0.98% 0.77% -
XYZ 28.41 14.1 29.24 -
YUV 78.12 167.44 212.79 -
System Red Green Blue C M Y K H S L
Decimal 197 4 148 0 0.98 0.25 0.23 315.23 0.96 0.39
Hex C5 4 94 0 62 19 17 13B 60 27
Octal 305 4 224 0 142 31 27 473 140 47
Binary 11000101 100 10010100 0 1100010 11001 10111 100111011 1100000 100111

Color Harmonies of #C50494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50494

Black with #C50494

Text Example


Text Example

White with #C50494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50494; }

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

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

background-color css

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

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

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

border-color css

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

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

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