Html Css Color HEX #C5389D Medium Red Violet

📋 copy color: '#C5389D'

red 197 ◦ green 56 ◦ blue 157

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

Shades of Medium Red Violet #C5389D

Tints of Medium Red Violet #C5389D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 48.05%
G = 13.66%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5389D (or 0xC5389D) is known color: Medium Red Violet. HEX triplet: C5, 38 and 9D. RGB value is (197,56,157). Sum of RGB (Red+Green+Blue) = 197+56+157=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5389D is #3AC762. Grayscale: #6D6D6D. Windows color (decimal): -3852131 or 10303685. OLE color: 10303685.

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

Color convert

RGB 197 56 157 -
CMYK 0 0.72 0.20 0.23
HSL 317.02º 0.56% 0.5% -
HSV(B) 317.02º 0.72% 0.77% -
XYZ 30.53 17.13 33.6 -
YUV 109.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 197 56 157 0 0.72 0.20 0.23 317.02 0.56 0.5
Hex C5 38 9D 0 48 14 17 13D 38 32
Octal 305 70 235 0 110 24 27 475 70 62
Binary 11000101 111000 10011101 0 1001000 10100 10111 100111101 111000 110010

Color Harmonies of #C5389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5389D

Black with #C5389D

Text Example


Text Example

White with #C5389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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