Html Css Color HEX #C5329F Medium Red Violet

📋 copy color: '#C5329F'

red 197 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #C5329F

Tints of Medium Red Violet #C5329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 48.52%
G = 12.32%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5329F (or 0xC5329F) is known color: Medium Red Violet. HEX triplet: C5, 32 and 9F. RGB value is (197,50,159). Sum of RGB (Red+Green+Blue) = 197+50+159=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5329F is #3ACD60. Grayscale: #6A6A6A. Windows color (decimal): -3853665 or 10433221. OLE color: 10433221.

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

Color convert

RGB 197 50 159 -
CMYK 0 0.75 0.19 0.23
HSL 315.51º 0.6% 0.48% -
HSV(B) 315.51º 0.75% 0.77% -
XYZ 30.42 16.65 34.41 -
YUV 106.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 197 50 159 0 0.75 0.19 0.23 315.51 0.6 0.48
Hex C5 32 9F 0 4B 13 17 13C 3C 30
Octal 305 62 237 0 113 23 27 474 74 60
Binary 11000101 110010 10011111 0 1001011 10011 10111 100111100 111100 110000

Color Harmonies of #C5329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5329F

Black with #C5329F

Text Example


Text Example

White with #C5329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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