Html Css Color HEX #C50694 Medium Violet Red

📋 copy color: '#C50694'

red 197 ◦ green 6 ◦ blue 148

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

Shades of Medium Violet Red #C50694

Tints of Medium Violet Red #C50694

RGB

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

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

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

R = 56.13%
G = 1.71%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C50694 (or 0xC50694) is known color: Medium Violet Red. HEX triplet: C5, 06 and 94. RGB value is (197,6,148). Sum of RGB (Red+Green+Blue) = 197+6+148=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C50694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50694 is #3AF96B. Grayscale: #4E4E4E. Windows color (decimal): -3864940 or 9701061. OLE color: 9701061.

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

Color convert

RGB 197 6 148 -
CMYK 0 0.97 0.25 0.23
HSL 315.39º 0.94% 0.4% -
HSV(B) 315.39º 0.97% 0.77% -
XYZ 28.44 14.14 29.25 -
YUV 79.3 166.78 211.95 -
System Red Green Blue C M Y K H S L
Decimal 197 6 148 0 0.97 0.25 0.23 315.39 0.94 0.4
Hex C5 6 94 0 61 19 17 13B 5E 28
Octal 305 6 224 0 141 31 27 473 136 50
Binary 11000101 110 10010100 0 1100001 11001 10111 100111011 1011110 101000

Color Harmonies of #C50694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50694

Black with #C50694

Text Example


Text Example

White with #C50694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50694; }

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

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

background-color css

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

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

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

border-color css

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

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

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