Html Css Color HEX #C50695 Medium Violet Red

📋 copy color: '#C50695'

red 197 ◦ green 6 ◦ blue 149

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

Shades of Medium Violet Red #C50695

Tints of Medium Violet Red #C50695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 55.97%
G = 1.7%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C50695 (or 0xC50695) is known color: Medium Violet Red. HEX triplet: C5, 06 and 95. RGB value is (197,6,149). Sum of RGB (Red+Green+Blue) = 197+6+149=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C50695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50695 is #3AF96A. Grayscale: #4F4F4F. Windows color (decimal): -3864939 or 9766597. OLE color: 9766597.

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

Color convert

RGB 197 6 149 -
CMYK 0 0.97 0.24 0.23
HSL 315.08º 0.94% 0.4% -
HSV(B) 315.08º 0.97% 0.77% -
XYZ 28.52 14.17 29.67 -
YUV 79.41 167.28 211.87 -
System Red Green Blue C M Y K H S L
Decimal 197 6 149 0 0.97 0.24 0.23 315.08 0.94 0.4
Hex C5 6 95 0 61 18 17 13B 5E 28
Octal 305 6 225 0 141 30 27 473 136 50
Binary 11000101 110 10010101 0 1100001 11000 10111 100111011 1011110 101000

Color Harmonies of #C50695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50695

Black with #C50695

Text Example


Text Example

White with #C50695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50695; }

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

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

background-color css

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

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

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

border-color css

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

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

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