Html Css Color HEX #C4329F Medium Red Violet

📋 copy color: '#C4329F'

red 196 ◦ green 50 ◦ blue 159

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

Shades of Medium Red Violet #C4329F

Tints of Medium Red Violet #C4329F

RGB

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

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

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

R = 48.4%
G = 12.35%
B = 39.26%

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

#C4329F (or 0xC4329F) is known color: Medium Red Violet. HEX triplet: C4, 32 and 9F. RGB value is (196,50,159). Sum of RGB (Red+Green+Blue) = 196+50+159=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4329F is #3BCD60. Grayscale: #696969. Windows color (decimal): -3919201 or 10433220. OLE color: 10433220.

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

Color convert

RGB 196 50 159 -
CMYK 0 0.74 0.19 0.23
HSL 315.21º 0.59% 0.48% -
HSV(B) 315.21º 0.74% 0.77% -
XYZ 30.16 16.52 34.4 -
YUV 106.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 196 50 159 0 0.74 0.19 0.23 315.21 0.59 0.48
Hex C4 32 9F 0 4A 13 17 13B 3B 30
Octal 304 62 237 0 112 23 27 473 73 60
Binary 11000100 110010 10011111 0 1001010 10011 10111 100111011 111011 110000

Color Harmonies of #C4329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4329F

Black with #C4329F

Text Example


Text Example

White with #C4329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4329F; }

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

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

background-color css

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

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

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

border-color css

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

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

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