Html Css Color HEX #C50790 Medium Violet Red

📋 copy color: '#C50790'

red 197 ◦ green 7 ◦ blue 144

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

Shades of Medium Violet Red #C50790

Tints of Medium Violet Red #C50790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 56.61%
G = 2.01%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C50790 (or 0xC50790) is known color: Medium Violet Red. HEX triplet: C5, 07 and 90. RGB value is (197,7,144). Sum of RGB (Red+Green+Blue) = 197+7+144=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C50790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50790 is #3AF86F. Grayscale: #4F4F4F. Windows color (decimal): -3864688 or 9439173. OLE color: 9439173.

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

Color convert

RGB 197 7 144 -
CMYK 0 0.96 0.27 0.23
HSL 316.74º 0.93% 0.4% -
HSV(B) 316.74º 0.96% 0.77% -
XYZ 28.14 14.04 27.61 -
YUV 79.43 164.45 211.86 -
System Red Green Blue C M Y K H S L
Decimal 197 7 144 0 0.96 0.27 0.23 316.74 0.93 0.4
Hex C5 7 90 0 60 1B 17 13D 5D 28
Octal 305 7 220 0 140 33 27 475 135 50
Binary 11000101 111 10010000 0 1100000 11011 10111 100111101 1011101 101000

Color Harmonies of #C50790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50790

Black with #C50790

Text Example


Text Example

White with #C50790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50790; }

 p { color: rgb(197,7,144); }

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

background-color css

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

 a { background-color: rgb(197,7,144); }

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

border-color css

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

 span { border-color: rgb(197,7,144); }

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