Html Css Color HEX #C50476 Medium Violet Red

📋 copy color: '#C50476'

red 197 ◦ green 4 ◦ blue 118

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

Shades of Medium Violet Red #C50476

Tints of Medium Violet Red #C50476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 61.76%
G = 1.25%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C50476 (or 0xC50476) is known color: Medium Violet Red. HEX triplet: C5, 04 and 76. RGB value is (197,4,118). Sum of RGB (Red+Green+Blue) = 197+4+118=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C50476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50476 is #3AFB89. Grayscale: #4A4A4A. Windows color (decimal): -3865482 or 7734469. OLE color: 7734469.

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

Color convert

RGB 197 4 118 -
CMYK 0 0.98 0.40 0.23
HSL 324.56º 0.96% 0.39% -
HSV(B) 324.56º 0.98% 0.77% -
XYZ 26.34 13.27 18.31 -
YUV 74.7 152.44 215.23 -
System Red Green Blue C M Y K H S L
Decimal 197 4 118 0 0.98 0.40 0.23 324.56 0.96 0.39
Hex C5 4 76 0 62 28 17 145 60 27
Octal 305 4 166 0 142 50 27 505 140 47
Binary 11000101 100 1110110 0 1100010 101000 10111 101000101 1100000 100111

Color Harmonies of #C50476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50476

Black with #C50476

Text Example


Text Example

White with #C50476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50476; }

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

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

background-color css

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

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

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

border-color css

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

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

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