Html Css Color HEX #C4348D Medium Red Violet

📋 copy color: '#C4348D'

red 196 ◦ green 52 ◦ blue 141

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

Shades of Medium Red Violet #C4348D

Tints of Medium Red Violet #C4348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.37%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 50.39%
G = 13.37%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4348D (or 0xC4348D) is known color: Medium Red Violet. HEX triplet: C4, 34 and 8D. RGB value is (196,52,141). Sum of RGB (Red+Green+Blue) = 196+52+141=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4348D is #3BCB72. Grayscale: #686868. Windows color (decimal): -3918707 or 9254084. OLE color: 9254084.

HSL color Cylindrical-coordinate representation of color #C4348D: hue angle of 322.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4348D is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 52 141 -
CMYK 0 0.73 0.28 0.23
HSL 322.92º 0.58% 0.49% -
HSV(B) 322.92º 0.73% 0.77% -
XYZ 28.8 16.11 26.79 -
YUV 105.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 196 52 141 0 0.73 0.28 0.23 322.92 0.58 0.49
Hex C4 34 8D 0 49 1C 17 143 3A 31
Octal 304 64 215 0 111 34 27 503 72 61
Binary 11000100 110100 10001101 0 1001001 11100 10111 101000011 111010 110001

Color Harmonies of #C4348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4348D

Black with #C4348D

Text Example


Text Example

White with #C4348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4348D; }

 p { color: rgb(196,52,141); }

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

background-color css

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

 a { background-color: rgb(196,52,141); }

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

border-color css

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

 span { border-color: rgb(196,52,141); }

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