Html Css Color HEX #C50488 Medium Violet Red

📋 copy color: '#C50488'

red 197 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #C50488

Tints of Medium Violet Red #C50488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.36%

R = 58.46%
G = 1.19%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C50488 (or 0xC50488) is known color: Medium Violet Red. HEX triplet: C5, 04 and 88. RGB value is (197,4,136). Sum of RGB (Red+Green+Blue) = 197+4+136=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C50488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50488 is #3AFB77. Grayscale: #4C4C4C. Windows color (decimal): -3865464 or 8914117. OLE color: 8914117.

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

Color convert

RGB 197 4 136 -
CMYK 0 0.98 0.31 0.23
HSL 318.96º 0.96% 0.39% -
HSV(B) 318.96º 0.98% 0.77% -
XYZ 27.51 13.73 24.49 -
YUV 76.76 161.44 213.77 -
System Red Green Blue C M Y K H S L
Decimal 197 4 136 0 0.98 0.31 0.23 318.96 0.96 0.39
Hex C5 4 88 0 62 1F 17 13F 60 27
Octal 305 4 210 0 142 37 27 477 140 47
Binary 11000101 100 10001000 0 1100010 11111 10111 100111111 1100000 100111

Color Harmonies of #C50488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50488

Black with #C50488

Text Example


Text Example

White with #C50488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50488; }

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

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

background-color css

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

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

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

border-color css

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

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

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