Html Css Color HEX #C50877 Medium Violet Red

📋 copy color: '#C50877'

red 197 ◦ green 8 ◦ blue 119

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

Shades of Medium Violet Red #C50877

Tints of Medium Violet Red #C50877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

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

R = 60.8%
G = 2.47%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C50877 (or 0xC50877) is known color: Medium Violet Red. HEX triplet: C5, 08 and 77. RGB value is (197,8,119). Sum of RGB (Red+Green+Blue) = 197+8+119=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C50877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50877 is #3AF788. Grayscale: #4C4C4C. Windows color (decimal): -3864457 or 7801029. OLE color: 7801029.

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

Color convert

RGB 197 8 119 -
CMYK 0 0.96 0.40 0.23
HSL 324.76º 0.92% 0.4% -
HSV(B) 324.76º 0.96% 0.77% -
XYZ 26.44 13.38 18.64 -
YUV 77.17 151.62 213.47 -
System Red Green Blue C M Y K H S L
Decimal 197 8 119 0 0.96 0.40 0.23 324.76 0.92 0.4
Hex C5 8 77 0 60 28 17 145 5C 28
Octal 305 10 167 0 140 50 27 505 134 50
Binary 11000101 1000 1110111 0 1100000 101000 10111 101000101 1011100 101000

Color Harmonies of #C50877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50877

Black with #C50877

Text Example


Text Example

White with #C50877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50877; }

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

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

background-color css

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

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

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

border-color css

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

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

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