Html Css Color HEX #C5389A Medium Red Violet

📋 copy color: '#C5389A'

red 197 ◦ green 56 ◦ blue 154

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

Shades of Medium Red Violet #C5389A

Tints of Medium Red Violet #C5389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 48.4%
G = 13.76%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5389A (or 0xC5389A) is known color: Medium Red Violet. HEX triplet: C5, 38 and 9A. RGB value is (197,56,154). Sum of RGB (Red+Green+Blue) = 197+56+154=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5389A is #3AC765. Grayscale: #6D6D6D. Windows color (decimal): -3852134 or 10107077. OLE color: 10107077.

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

Color convert

RGB 197 56 154 -
CMYK 0 0.72 0.22 0.23
HSL 318.3º 0.56% 0.5% -
HSV(B) 318.3º 0.72% 0.77% -
XYZ 30.27 17.03 32.26 -
YUV 109.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 197 56 154 0 0.72 0.22 0.23 318.3 0.56 0.5
Hex C5 38 9A 0 48 16 17 13E 38 32
Octal 305 70 232 0 110 26 27 476 70 62
Binary 11000101 111000 10011010 0 1001000 10110 10111 100111110 111000 110010

Color Harmonies of #C5389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5389A

Black with #C5389A

Text Example


Text Example

White with #C5389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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