Html Css Color HEX #C50593 Medium Violet Red

📋 copy color: '#C50593'

red 197 ◦ green 5 ◦ blue 147

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

Shades of Medium Violet Red #C50593

Tints of Medium Violet Red #C50593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 147 (57.81% from 255) = 42.12%

R = 56.45%
G = 1.43%
B = 42.12%

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

#C50593 (or 0xC50593) is known color: Medium Violet Red. HEX triplet: C5, 05 and 93. RGB value is (197,5,147). Sum of RGB (Red+Green+Blue) = 197+5+147=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C50593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50593 is #3AFA6C. Grayscale: #4E4E4E. Windows color (decimal): -3865197 or 9635269. OLE color: 9635269.

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

Color convert

RGB 197 5 147 -
CMYK 0 0.97 0.25 0.23
HSL 315.63º 0.95% 0.4% -
HSV(B) 315.63º 0.97% 0.77% -
XYZ 28.35 14.09 28.83 -
YUV 78.6 166.61 212.45 -
System Red Green Blue C M Y K H S L
Decimal 197 5 147 0 0.97 0.25 0.23 315.63 0.95 0.4
Hex C5 5 93 0 61 19 17 13C 5F 28
Octal 305 5 223 0 141 31 27 474 137 50
Binary 11000101 101 10010011 0 1100001 11001 10111 100111100 1011111 101000

Color Harmonies of #C50593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50593

Black with #C50593

Text Example


Text Example

White with #C50593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50593; }

 p { color: rgb(197,5,147); }

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

background-color css

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

 a { background-color: rgb(197,5,147); }

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

border-color css

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

 span { border-color: rgb(197,5,147); }

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