Html Css Color HEX #C5388B Medium Red Violet

📋 copy color: '#C5388B'

red 197 ◦ green 56 ◦ blue 139

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

Shades of Medium Red Violet #C5388B

Tints of Medium Red Violet #C5388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 50.26%
G = 14.29%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5388B (or 0xC5388B) is known color: Medium Red Violet. HEX triplet: C5, 38 and 8B. RGB value is (197,56,139). Sum of RGB (Red+Green+Blue) = 197+56+139=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5388B is #3AC774. Grayscale: #6B6B6B. Windows color (decimal): -3852149 or 9124037. OLE color: 9124037.

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

Color convert

RGB 197 56 139 -
CMYK 0 0.72 0.29 0.23
HSL 324.68º 0.56% 0.5% -
HSV(B) 324.68º 0.72% 0.77% -
XYZ 29.1 16.56 26.09 -
YUV 107.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 197 56 139 0 0.72 0.29 0.23 324.68 0.56 0.5
Hex C5 38 8B 0 48 1D 17 145 38 32
Octal 305 70 213 0 110 35 27 505 70 62
Binary 11000101 111000 10001011 0 1001000 11101 10111 101000101 111000 110010

Color Harmonies of #C5388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5388B

Black with #C5388B

Text Example


Text Example

White with #C5388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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