Html Css Color HEX #C4326E Medium Red Violet

📋 copy color: '#C4326E'

red 196 ◦ green 50 ◦ blue 110

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

Shades of Medium Red Violet #C4326E

Tints of Medium Red Violet #C4326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 55.06%
G = 14.04%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4326E (or 0xC4326E) is known color: Medium Red Violet. HEX triplet: C4, 32 and 6E. RGB value is (196,50,110). Sum of RGB (Red+Green+Blue) = 196+50+110=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4326E is #3BCD91. Grayscale: #646464. Windows color (decimal): -3919250 or 7221956. OLE color: 7221956.

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

Color convert

RGB 196 50 110 -
CMYK 0 0.74 0.44 0.23
HSL 335.34º 0.59% 0.48% -
HSV(B) 335.34º 0.74% 0.77% -
XYZ 26.72 15.14 16.27 -
YUV 100.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 196 50 110 0 0.74 0.44 0.23 335.34 0.59 0.48
Hex C4 32 6E 0 4A 2C 17 14F 3B 30
Octal 304 62 156 0 112 54 27 517 73 60
Binary 11000100 110010 1101110 0 1001010 101100 10111 101001111 111011 110000

Color Harmonies of #C4326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4326E

Black with #C4326E

Text Example


Text Example

White with #C4326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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