Html Css Color HEX #C50774 Medium Violet Red

📋 copy color: '#C50774'

red 197 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #C50774

Tints of Medium Violet Red #C50774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 61.56%
G = 2.19%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C50774 (or 0xC50774) is known color: Medium Violet Red. HEX triplet: C5, 07 and 74. RGB value is (197,7,116). Sum of RGB (Red+Green+Blue) = 197+7+116=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C50774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50774 is #3AF88B. Grayscale: #4B4B4B. Windows color (decimal): -3864716 or 7604165. OLE color: 7604165.

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

Color convert

RGB 197 7 116 -
CMYK 0 0.96 0.41 0.23
HSL 325.58º 0.93% 0.4% -
HSV(B) 325.58º 0.96% 0.77% -
XYZ 26.25 13.28 17.7 -
YUV 76.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 197 7 116 0 0.96 0.41 0.23 325.58 0.93 0.4
Hex C5 7 74 0 60 29 17 146 5D 28
Octal 305 7 164 0 140 51 27 506 135 50
Binary 11000101 111 1110100 0 1100000 101001 10111 101000110 1011101 101000

Color Harmonies of #C50774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50774

Black with #C50774

Text Example


Text Example

White with #C50774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50774; }

 p { color: rgb(197,7,116); }

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

background-color css

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

 a { background-color: rgb(197,7,116); }

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

border-color css

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

 span { border-color: rgb(197,7,116); }

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