Html Css Color HEX #C50471 Medium Violet Red

📋 copy color: '#C50471'

red 197 ◦ green 4 ◦ blue 113

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

Shades of Medium Violet Red #C50471

Tints of Medium Violet Red #C50471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 62.74%
G = 1.27%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C50471 (or 0xC50471) is known color: Medium Violet Red. HEX triplet: C5, 04 and 71. RGB value is (197,4,113). Sum of RGB (Red+Green+Blue) = 197+4+113=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C50471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50471 is #3AFB8E. Grayscale: #494949. Windows color (decimal): -3865487 or 7406789. OLE color: 7406789.

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

Color convert

RGB 197 4 113 -
CMYK 0 0.98 0.43 0.23
HSL 326.11º 0.96% 0.39% -
HSV(B) 326.11º 0.98% 0.77% -
XYZ 26.05 13.15 16.79 -
YUV 74.13 149.94 215.64 -
System Red Green Blue C M Y K H S L
Decimal 197 4 113 0 0.98 0.43 0.23 326.11 0.96 0.39
Hex C5 4 71 0 62 2B 17 146 60 27
Octal 305 4 161 0 142 53 27 506 140 47
Binary 11000101 100 1110001 0 1100010 101011 10111 101000110 1100000 100111

Color Harmonies of #C50471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50471

Black with #C50471

Text Example


Text Example

White with #C50471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50471; }

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

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

background-color css

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

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

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

border-color css

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

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

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