Html Css Color HEX #C4329B Medium Red Violet

📋 copy color: '#C4329B'

red 196 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #C4329B

Tints of Medium Red Violet #C4329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 48.88%
G = 12.47%
B = 38.65%

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

#C4329B (or 0xC4329B) is known color: Medium Red Violet. HEX triplet: C4, 32 and 9B. RGB value is (196,50,155). Sum of RGB (Red+Green+Blue) = 196+50+155=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4329B is #3BCD64. Grayscale: #696969. Windows color (decimal): -3919205 or 10171076. OLE color: 10171076.

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

Color convert

RGB 196 50 155 -
CMYK 0 0.74 0.21 0.23
HSL 316.85º 0.59% 0.48% -
HSV(B) 316.85º 0.74% 0.77% -
XYZ 29.82 16.38 32.6 -
YUV 105.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 196 50 155 0 0.74 0.21 0.23 316.85 0.59 0.48
Hex C4 32 9B 0 4A 15 17 13D 3B 30
Octal 304 62 233 0 112 25 27 475 73 60
Binary 11000100 110010 10011011 0 1001010 10101 10111 100111101 111011 110000

Color Harmonies of #C4329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4329B

Black with #C4329B

Text Example


Text Example

White with #C4329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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