Html Css Color HEX #C50491 Medium Violet Red

📋 copy color: '#C50491'

red 197 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #C50491

Tints of Medium Violet Red #C50491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 56.94%
G = 1.16%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C50491 (or 0xC50491) is known color: Medium Violet Red. HEX triplet: C5, 04 and 91. RGB value is (197,4,145). Sum of RGB (Red+Green+Blue) = 197+4+145=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C50491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50491 is #3AFB6E. Grayscale: #4D4D4D. Windows color (decimal): -3865455 or 9503941. OLE color: 9503941.

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

Color convert

RGB 197 4 145 -
CMYK 0 0.98 0.26 0.23
HSL 316.17º 0.96% 0.39% -
HSV(B) 316.17º 0.98% 0.77% -
XYZ 28.18 14 28.01 -
YUV 77.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 197 4 145 0 0.98 0.26 0.23 316.17 0.96 0.39
Hex C5 4 91 0 62 1A 17 13C 60 27
Octal 305 4 221 0 142 32 27 474 140 47
Binary 11000101 100 10010001 0 1100010 11010 10111 100111100 1100000 100111

Color Harmonies of #C50491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50491

Black with #C50491

Text Example


Text Example

White with #C50491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50491; }

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

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

background-color css

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

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

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

border-color css

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

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

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