Html Css Color HEX #C5388E Medium Red Violet

📋 copy color: '#C5388E'

red 197 ◦ green 56 ◦ blue 142

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

Shades of Medium Red Violet #C5388E

Tints of Medium Red Violet #C5388E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 49.87%
G = 14.18%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5388E (or 0xC5388E) is known color: Medium Red Violet. HEX triplet: C5, 38 and 8E. RGB value is (197,56,142). Sum of RGB (Red+Green+Blue) = 197+56+142=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5388E is #3AC771. Grayscale: #6B6B6B. Windows color (decimal): -3852146 or 9320645. OLE color: 9320645.

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

Color convert

RGB 197 56 142 -
CMYK 0 0.72 0.28 0.23
HSL 323.4º 0.56% 0.5% -
HSV(B) 323.4º 0.72% 0.77% -
XYZ 29.32 16.65 27.26 -
YUV 107.96 147.21 191.51 -
System Red Green Blue C M Y K H S L
Decimal 197 56 142 0 0.72 0.28 0.23 323.4 0.56 0.5
Hex C5 38 8E 0 48 1C 17 143 38 32
Octal 305 70 216 0 110 34 27 503 70 62
Binary 11000101 111000 10001110 0 1001000 11100 10111 101000011 111000 110010

Color Harmonies of #C5388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5388E

Black with #C5388E

Text Example


Text Example

White with #C5388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5388E; }

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

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

background-color css

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

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

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

border-color css

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

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

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