Html Css Color HEX #C4329E Medium Red Violet

📋 copy color: '#C4329E'

red 196 ◦ green 50 ◦ blue 158

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

Shades of Medium Red Violet #C4329E

Tints of Medium Red Violet #C4329E

RGB

 RED value IS 196 (76.95% from 255) = 48.51%

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

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 48.51%
G = 12.38%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4329E (or 0xC4329E) is known color: Medium Red Violet. HEX triplet: C4, 32 and 9E. RGB value is (196,50,158). Sum of RGB (Red+Green+Blue) = 196+50+158=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4329E is #3BCD61. Grayscale: #696969. Windows color (decimal): -3919202 or 10367684. OLE color: 10367684.

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

Color convert

RGB 196 50 158 -
CMYK 0 0.74 0.19 0.23
HSL 315.62º 0.59% 0.48% -
HSV(B) 315.62º 0.74% 0.77% -
XYZ 30.08 16.49 33.94 -
YUV 105.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 196 50 158 0 0.74 0.19 0.23 315.62 0.59 0.48
Hex C4 32 9E 0 4A 13 17 13C 3B 30
Octal 304 62 236 0 112 23 27 474 73 60
Binary 11000100 110010 10011110 0 1001010 10011 10111 100111100 111011 110000

Color Harmonies of #C4329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4329E

Black with #C4329E

Text Example


Text Example

White with #C4329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4329E; }

 p { color: rgb(196,50,158); }

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

background-color css

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

 a { background-color: rgb(196,50,158); }

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

border-color css

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

 span { border-color: rgb(196,50,158); }

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