Html Css Color HEX #C5389B Medium Red Violet

📋 copy color: '#C5389B'

red 197 ◦ green 56 ◦ blue 155

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

Shades of Medium Red Violet #C5389B

Tints of Medium Red Violet #C5389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 48.28%
G = 13.73%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5389B (or 0xC5389B) is known color: Medium Red Violet. HEX triplet: C5, 38 and 9B. RGB value is (197,56,155). Sum of RGB (Red+Green+Blue) = 197+56+155=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5389B is #3AC764. Grayscale: #6D6D6D. Windows color (decimal): -3852133 or 10172613. OLE color: 10172613.

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

Color convert

RGB 197 56 155 -
CMYK 0 0.72 0.21 0.23
HSL 317.87º 0.56% 0.5% -
HSV(B) 317.87º 0.72% 0.77% -
XYZ 30.36 17.07 32.7 -
YUV 109.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 197 56 155 0 0.72 0.21 0.23 317.87 0.56 0.5
Hex C5 38 9B 0 48 15 17 13E 38 32
Octal 305 70 233 0 110 25 27 476 70 62
Binary 11000101 111000 10011011 0 1001000 10101 10111 100111110 111000 110010

Color Harmonies of #C5389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5389B

Black with #C5389B

Text Example


Text Example

White with #C5389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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