Html Css Color HEX #C50295 Medium Violet Red

📋 copy color: '#C50295'

red 197 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #C50295

Tints of Medium Violet Red #C50295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 56.61%
G = 0.57%
B = 42.82%

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

#C50295 (or 0xC50295) is known color: Medium Violet Red. HEX triplet: C5, 02 and 95. RGB value is (197,2,149). Sum of RGB (Red+Green+Blue) = 197+2+149=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C50295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50295 is #3AFD6A. Grayscale: #4C4C4C. Windows color (decimal): -3865963 or 9765573. OLE color: 9765573.

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

Color convert

RGB 197 2 149 -
CMYK 0 0.99 0.24 0.23
HSL 314.77º 0.98% 0.39% -
HSV(B) 314.77º 0.99% 0.77% -
XYZ 28.47 14.08 29.65 -
YUV 77.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 197 2 149 0 0.99 0.24 0.23 314.77 0.98 0.39
Hex C5 2 95 0 63 18 17 13B 62 27
Octal 305 2 225 0 143 30 27 473 142 47
Binary 11000101 10 10010101 0 1100011 11000 10111 100111011 1100010 100111

Color Harmonies of #C50295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50295

Black with #C50295

Text Example


Text Example

White with #C50295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50295; }

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

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

background-color css

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

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

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

border-color css

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

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

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