Html Css Color HEX #C50974 Medium Violet Red

📋 copy color: '#C50974'

red 197 ◦ green 9 ◦ blue 116

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

Shades of Medium Violet Red #C50974

Tints of Medium Violet Red #C50974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

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

R = 61.18%
G = 2.8%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C50974 (or 0xC50974) is known color: Medium Violet Red. HEX triplet: C5, 09 and 74. RGB value is (197,9,116). Sum of RGB (Red+Green+Blue) = 197+9+116=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C50974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50974 is #3AF68B. Grayscale: #4D4D4D. Windows color (decimal): -3864204 or 7604677. OLE color: 7604677.

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

Color convert

RGB 197 9 116 -
CMYK 0 0.95 0.41 0.23
HSL 325.85º 0.91% 0.4% -
HSV(B) 325.85º 0.95% 0.77% -
XYZ 26.28 13.33 17.71 -
YUV 77.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 197 9 116 0 0.95 0.41 0.23 325.85 0.91 0.4
Hex C5 9 74 0 5F 29 17 146 5B 28
Octal 305 11 164 0 137 51 27 506 133 50
Binary 11000101 1001 1110100 0 1011111 101001 10111 101000110 1011011 101000

Color Harmonies of #C50974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50974

Black with #C50974

Text Example


Text Example

White with #C50974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50974; }

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

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

background-color css

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

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

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

border-color css

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

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

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