Html Css Color HEX #C50489 Medium Violet Red

📋 copy color: '#C50489'

red 197 ◦ green 4 ◦ blue 137

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

Shades of Medium Violet Red #C50489

Tints of Medium Violet Red #C50489

RGB

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

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

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

R = 58.28%
G = 1.18%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C50489 (or 0xC50489) is known color: Medium Violet Red. HEX triplet: C5, 04 and 89. RGB value is (197,4,137). Sum of RGB (Red+Green+Blue) = 197+4+137=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C50489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50489 is #3AFB76. Grayscale: #4C4C4C. Windows color (decimal): -3865463 or 8979653. OLE color: 8979653.

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

Color convert

RGB 197 4 137 -
CMYK 0 0.98 0.30 0.23
HSL 318.65º 0.96% 0.39% -
HSV(B) 318.65º 0.98% 0.77% -
XYZ 27.58 13.76 24.87 -
YUV 76.87 161.94 213.69 -
System Red Green Blue C M Y K H S L
Decimal 197 4 137 0 0.98 0.30 0.23 318.65 0.96 0.39
Hex C5 4 89 0 62 1E 17 13F 60 27
Octal 305 4 211 0 142 36 27 477 140 47
Binary 11000101 100 10001001 0 1100010 11110 10111 100111111 1100000 100111

Color Harmonies of #C50489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50489

Black with #C50489

Text Example


Text Example

White with #C50489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50489; }

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

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

background-color css

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

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

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

border-color css

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

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

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