Html Css Color HEX #C50591 Medium Violet Red

📋 copy color: '#C50591'

red 197 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #C50591

Tints of Medium Violet Red #C50591

RGB

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

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

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

R = 56.77%
G = 1.44%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C50591 (or 0xC50591) is known color: Medium Violet Red. HEX triplet: C5, 05 and 91. RGB value is (197,5,145). Sum of RGB (Red+Green+Blue) = 197+5+145=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C50591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50591 is #3AFA6E. Grayscale: #4E4E4E. Windows color (decimal): -3865199 or 9504197. OLE color: 9504197.

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

Color convert

RGB 197 5 145 -
CMYK 0 0.97 0.26 0.23
HSL 316.25º 0.95% 0.4% -
HSV(B) 316.25º 0.97% 0.77% -
XYZ 28.19 14.02 28.01 -
YUV 78.37 165.61 212.62 -
System Red Green Blue C M Y K H S L
Decimal 197 5 145 0 0.97 0.26 0.23 316.25 0.95 0.4
Hex C5 5 91 0 61 1A 17 13C 5F 28
Octal 305 5 221 0 141 32 27 474 137 50
Binary 11000101 101 10010001 0 1100001 11010 10111 100111100 1011111 101000

Color Harmonies of #C50591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50591

Black with #C50591

Text Example


Text Example

White with #C50591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50591; }

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

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

background-color css

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

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

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

border-color css

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

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

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