Html Css Color HEX #C5329D Medium Red Violet

📋 copy color: '#C5329D'

red 197 ◦ green 50 ◦ blue 157

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

Shades of Medium Red Violet #C5329D

Tints of Medium Red Violet #C5329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.38%

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

R = 48.76%
G = 12.38%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5329D (or 0xC5329D) is known color: Medium Red Violet. HEX triplet: C5, 32 and 9D. RGB value is (197,50,157). Sum of RGB (Red+Green+Blue) = 197+50+157=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5329D is #3ACD62. Grayscale: #696969. Windows color (decimal): -3853667 or 10302149. OLE color: 10302149.

HSL color Cylindrical-coordinate representation of color #C5329D: hue angle of 316.33º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5329D is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 157 -
CMYK 0 0.75 0.20 0.23
HSL 316.33º 0.6% 0.48% -
HSV(B) 316.33º 0.75% 0.77% -
XYZ 30.25 16.59 33.51 -
YUV 106.15 156.7 192.8 -
System Red Green Blue C M Y K H S L
Decimal 197 50 157 0 0.75 0.20 0.23 316.33 0.6 0.48
Hex C5 32 9D 0 4B 14 17 13C 3C 30
Octal 305 62 235 0 113 24 27 474 74 60
Binary 11000101 110010 10011101 0 1001011 10100 10111 100111100 111100 110000

Color Harmonies of #C5329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5329D

Black with #C5329D

Text Example


Text Example

White with #C5329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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