Html Css Color HEX #C5387C Medium Red Violet

📋 copy color: '#C5387C'

red 197 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #C5387C

Tints of Medium Red Violet #C5387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 52.25%
G = 14.85%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5387C (or 0xC5387C) is known color: Medium Red Violet. HEX triplet: C5, 38 and 7C. RGB value is (197,56,124). Sum of RGB (Red+Green+Blue) = 197+56+124=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5387C is #3AC783. Grayscale: #696969. Windows color (decimal): -3852164 or 8140997. OLE color: 8140997.

HSL color Cylindrical-coordinate representation of color #C5387C: hue angle of 331.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5387C is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 124 -
CMYK 0 0.72 0.37 0.23
HSL 331.06º 0.56% 0.5% -
HSV(B) 331.06º 0.72% 0.77% -
XYZ 28.08 16.15 20.71 -
YUV 105.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 197 56 124 0 0.72 0.37 0.23 331.06 0.56 0.5
Hex C5 38 7C 0 48 25 17 14B 38 32
Octal 305 70 174 0 110 45 27 513 70 62
Binary 11000101 111000 1111100 0 1001000 100101 10111 101001011 111000 110010

Color Harmonies of #C5387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5387C

Black with #C5387C

Text Example


Text Example

White with #C5387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5387C; }

 p { color: rgb(197,56,124); }

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

background-color css

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

 a { background-color: rgb(197,56,124); }

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

border-color css

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

 span { border-color: rgb(197,56,124); }

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