Html Css Color HEX #C50794 Medium Violet Red

📋 copy color: '#C50794'

red 197 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #C50794

Tints of Medium Violet Red #C50794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.05%

R = 55.97%
G = 1.99%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C50794 (or 0xC50794) is known color: Medium Violet Red. HEX triplet: C5, 07 and 94. RGB value is (197,7,148). Sum of RGB (Red+Green+Blue) = 197+7+148=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C50794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50794 is #3AF86B. Grayscale: #4F4F4F. Windows color (decimal): -3864684 or 9701317. OLE color: 9701317.

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

Color convert

RGB 197 7 148 -
CMYK 0 0.96 0.25 0.23
HSL 315.47º 0.93% 0.4% -
HSV(B) 315.47º 0.96% 0.77% -
XYZ 28.45 14.16 29.25 -
YUV 79.88 166.45 211.54 -
System Red Green Blue C M Y K H S L
Decimal 197 7 148 0 0.96 0.25 0.23 315.47 0.93 0.4
Hex C5 7 94 0 60 19 17 13B 5D 28
Octal 305 7 224 0 140 31 27 473 135 50
Binary 11000101 111 10010100 0 1100000 11001 10111 100111011 1011101 101000

Color Harmonies of #C50794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50794

Black with #C50794

Text Example


Text Example

White with #C50794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50794; }

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

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

background-color css

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

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

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

border-color css

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

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

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