Html Css Color HEX #C4348C Medium Red Violet

📋 copy color: '#C4348C'

red 196 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #C4348C

Tints of Medium Red Violet #C4348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 50.52%
G = 13.4%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4348C (or 0xC4348C) is known color: Medium Red Violet. HEX triplet: C4, 34 and 8C. RGB value is (196,52,140). Sum of RGB (Red+Green+Blue) = 196+52+140=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4348C is #3BCB73. Grayscale: #686868. Windows color (decimal): -3918708 or 9188548. OLE color: 9188548.

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

Color convert

RGB 196 52 140 -
CMYK 0 0.73 0.29 0.23
HSL 323.33º 0.58% 0.49% -
HSV(B) 323.33º 0.73% 0.77% -
XYZ 28.73 16.09 26.4 -
YUV 105.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 196 52 140 0 0.73 0.29 0.23 323.33 0.58 0.49
Hex C4 34 8C 0 49 1D 17 143 3A 31
Octal 304 64 214 0 111 35 27 503 72 61
Binary 11000100 110100 10001100 0 1001001 11101 10111 101000011 111010 110001

Color Harmonies of #C4348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4348C

Black with #C4348C

Text Example


Text Example

White with #C4348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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