Html Css Color HEX #C4329A Medium Red Violet

📋 copy color: '#C4329A'

red 196 ◦ green 50 ◦ blue 154

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

Shades of Medium Red Violet #C4329A

Tints of Medium Red Violet #C4329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 49%
G = 12.5%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4329A (or 0xC4329A) is known color: Medium Red Violet. HEX triplet: C4, 32 and 9A. RGB value is (196,50,154). Sum of RGB (Red+Green+Blue) = 196+50+154=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C4329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4329A is #3BCD65. Grayscale: #696969. Windows color (decimal): -3919206 or 10105540. OLE color: 10105540.

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

Color convert

RGB 196 50 154 -
CMYK 0 0.74 0.21 0.23
HSL 317.26º 0.59% 0.48% -
HSV(B) 317.26º 0.74% 0.77% -
XYZ 29.74 16.35 32.16 -
YUV 105.51 155.37 192.54 -
System Red Green Blue C M Y K H S L
Decimal 196 50 154 0 0.74 0.21 0.23 317.26 0.59 0.48
Hex C4 32 9A 0 4A 15 17 13D 3B 30
Octal 304 62 232 0 112 25 27 475 73 60
Binary 11000100 110010 10011010 0 1001010 10101 10111 100111101 111011 110000

Color Harmonies of #C4329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4329A

Black with #C4329A

Text Example


Text Example

White with #C4329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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