Html Css Color HEX #C5329C Medium Red Violet

📋 copy color: '#C5329C'

red 197 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #C5329C

Tints of Medium Red Violet #C5329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.71%

R = 48.88%
G = 12.41%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5329C (or 0xC5329C) is known color: Medium Red Violet. HEX triplet: C5, 32 and 9C. RGB value is (197,50,156). Sum of RGB (Red+Green+Blue) = 197+50+156=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5329C is #3ACD63. Grayscale: #696969. Windows color (decimal): -3853668 or 10236613. OLE color: 10236613.

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

Color convert

RGB 197 50 156 -
CMYK 0 0.75 0.21 0.23
HSL 316.73º 0.6% 0.48% -
HSV(B) 316.73º 0.75% 0.77% -
XYZ 30.17 16.55 33.06 -
YUV 106.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 197 50 156 0 0.75 0.21 0.23 316.73 0.6 0.48
Hex C5 32 9C 0 4B 15 17 13D 3C 30
Octal 305 62 234 0 113 25 27 475 74 60
Binary 11000101 110010 10011100 0 1001011 10101 10111 100111101 111100 110000

Color Harmonies of #C5329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5329C

Black with #C5329C

Text Example


Text Example

White with #C5329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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