Html Css Color HEX #C5328B Medium Red Violet

📋 copy color: '#C5328B'

red 197 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #C5328B

Tints of Medium Red Violet #C5328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 51.04%
G = 12.95%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5328B (or 0xC5328B) is known color: Medium Red Violet. HEX triplet: C5, 32 and 8B. RGB value is (197,50,139). Sum of RGB (Red+Green+Blue) = 197+50+139=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5328B is #3ACD74. Grayscale: #676767. Windows color (decimal): -3853685 or 9122501. OLE color: 9122501.

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

Color convert

RGB 197 50 139 -
CMYK 0 0.75 0.29 0.23
HSL 323.67º 0.6% 0.48% -
HSV(B) 323.67º 0.75% 0.77% -
XYZ 28.83 16.02 26 -
YUV 104.1 147.7 194.26 -
System Red Green Blue C M Y K H S L
Decimal 197 50 139 0 0.75 0.29 0.23 323.67 0.6 0.48
Hex C5 32 8B 0 4B 1D 17 144 3C 30
Octal 305 62 213 0 113 35 27 504 74 60
Binary 11000101 110010 10001011 0 1001011 11101 10111 101000100 111100 110000

Color Harmonies of #C5328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5328B

Black with #C5328B

Text Example


Text Example

White with #C5328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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