Html Css Color HEX #C50577 Medium Violet Red

📋 copy color: '#C50577'

red 197 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #C50577

Tints of Medium Violet Red #C50577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 61.37%
G = 1.56%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C50577 (or 0xC50577) is known color: Medium Violet Red. HEX triplet: C5, 05 and 77. RGB value is (197,5,119). Sum of RGB (Red+Green+Blue) = 197+5+119=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C50577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50577 is #3AFA88. Grayscale: #4B4B4B. Windows color (decimal): -3865225 or 7800261. OLE color: 7800261.

HSL color Cylindrical-coordinate representation of color #C50577: hue angle of 324.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50577 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 119 -
CMYK 0 0.97 0.40 0.23
HSL 324.38º 0.95% 0.4% -
HSV(B) 324.38º 0.97% 0.77% -
XYZ 26.41 13.31 18.63 -
YUV 75.4 152.61 214.73 -
System Red Green Blue C M Y K H S L
Decimal 197 5 119 0 0.97 0.40 0.23 324.38 0.95 0.4
Hex C5 5 77 0 61 28 17 144 5F 28
Octal 305 5 167 0 141 50 27 504 137 50
Binary 11000101 101 1110111 0 1100001 101000 10111 101000100 1011111 101000

Color Harmonies of #C50577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50577

Black with #C50577

Text Example


Text Example

White with #C50577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50577; }

 p { color: rgb(197,5,119); }

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

background-color css

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

 a { background-color: rgb(197,5,119); }

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

border-color css

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

 span { border-color: rgb(197,5,119); }

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