Html Css Color HEX #C50676 Medium Violet Red

📋 copy color: '#C50676'

red 197 ◦ green 6 ◦ blue 118

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

Shades of Medium Violet Red #C50676

Tints of Medium Violet Red #C50676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.87%

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

R = 61.37%
G = 1.87%
B = 36.76%

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

#C50676 (or 0xC50676) is known color: Medium Violet Red. HEX triplet: C5, 06 and 76. RGB value is (197,6,118). Sum of RGB (Red+Green+Blue) = 197+6+118=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C50676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50676 is #3AF989. Grayscale: #4B4B4B. Windows color (decimal): -3864970 or 7734981. OLE color: 7734981.

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

Color convert

RGB 197 6 118 -
CMYK 0 0.97 0.40 0.23
HSL 324.82º 0.94% 0.4% -
HSV(B) 324.82º 0.97% 0.77% -
XYZ 26.36 13.31 18.32 -
YUV 75.88 151.78 214.39 -
System Red Green Blue C M Y K H S L
Decimal 197 6 118 0 0.97 0.40 0.23 324.82 0.94 0.4
Hex C5 6 76 0 61 28 17 145 5E 28
Octal 305 6 166 0 141 50 27 505 136 50
Binary 11000101 110 1110110 0 1100001 101000 10111 101000101 1011110 101000

Color Harmonies of #C50676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50676

Black with #C50676

Text Example


Text Example

White with #C50676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50676; }

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

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

background-color css

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

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

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

border-color css

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

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

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