Html Css Color HEX #C50889 Medium Violet Red

📋 copy color: '#C50889'

red 197 ◦ green 8 ◦ blue 137

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

Shades of Medium Violet Red #C50889

Tints of Medium Violet Red #C50889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.34%

 BLUE value IS 137 (53.91% from 255) = 40.06%

R = 57.6%
G = 2.34%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C50889 (or 0xC50889) is known color: Medium Violet Red. HEX triplet: C5, 08 and 89. RGB value is (197,8,137). Sum of RGB (Red+Green+Blue) = 197+8+137=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C50889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50889 is #3AF776. Grayscale: #4E4E4E. Windows color (decimal): -3864439 or 8980677. OLE color: 8980677.

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

Color convert

RGB 197 8 137 -
CMYK 0 0.96 0.30 0.23
HSL 319.05º 0.92% 0.4% -
HSV(B) 319.05º 0.96% 0.77% -
XYZ 27.63 13.85 24.88 -
YUV 79.22 160.62 212.01 -
System Red Green Blue C M Y K H S L
Decimal 197 8 137 0 0.96 0.30 0.23 319.05 0.92 0.4
Hex C5 8 89 0 60 1E 17 13F 5C 28
Octal 305 10 211 0 140 36 27 477 134 50
Binary 11000101 1000 10001001 0 1100000 11110 10111 100111111 1011100 101000

Color Harmonies of #C50889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50889

Black with #C50889

Text Example


Text Example

White with #C50889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50889; }

 p { color: rgb(197,8,137); }

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

background-color css

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

 a { background-color: rgb(197,8,137); }

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

border-color css

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

 span { border-color: rgb(197,8,137); }

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