Html Css Color HEX #C50195 Medium Violet Red

📋 copy color: '#C50195'

red 197 ◦ green 1 ◦ blue 149

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

Shades of Medium Violet Red #C50195

Tints of Medium Violet Red #C50195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 56.77%
G = 0.29%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C50195 (or 0xC50195) is known color: Medium Violet Red. HEX triplet: C5, 01 and 95. RGB value is (197,1,149). Sum of RGB (Red+Green+Blue) = 197+1+149=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C50195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50195 is #3AFE6A. Grayscale: #4C4C4C. Windows color (decimal): -3866219 or 9765317. OLE color: 9765317.

HSL color Cylindrical-coordinate representation of color #C50195: hue angle of 314.69º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50195 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 149 -
CMYK 0 0.99 0.24 0.23
HSL 314.69º 0.99% 0.39% -
HSV(B) 314.69º 0.99% 0.77% -
XYZ 28.46 14.06 29.65 -
YUV 76.48 168.93 213.97 -
System Red Green Blue C M Y K H S L
Decimal 197 1 149 0 0.99 0.24 0.23 314.69 0.99 0.39
Hex C5 1 95 0 63 18 17 13B 63 27
Octal 305 1 225 0 143 30 27 473 143 47
Binary 11000101 1 10010101 0 1100011 11000 10111 100111011 1100011 100111

Color Harmonies of #C50195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50195

Black with #C50195

Text Example


Text Example

White with #C50195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50195; }

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

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

background-color css

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

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

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

border-color css

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

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

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