Html Css Color HEX #C4349D Medium Red Violet

📋 copy color: '#C4349D'

red 196 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #C4349D

Tints of Medium Red Violet #C4349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 48.4%
G = 12.84%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4349D (or 0xC4349D) is known color: Medium Red Violet. HEX triplet: C4, 34 and 9D. RGB value is (196,52,157). Sum of RGB (Red+Green+Blue) = 196+52+157=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4349D is #3BCB62. Grayscale: #6A6A6A. Windows color (decimal): -3918691 or 10302660. OLE color: 10302660.

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

Color convert

RGB 196 52 157 -
CMYK 0 0.73 0.20 0.23
HSL 316.25º 0.58% 0.49% -
HSV(B) 316.25º 0.73% 0.77% -
XYZ 30.08 16.63 33.52 -
YUV 107.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 196 52 157 0 0.73 0.20 0.23 316.25 0.58 0.49
Hex C4 34 9D 0 49 14 17 13C 3A 31
Octal 304 64 235 0 111 24 27 474 72 61
Binary 11000100 110100 10011101 0 1001001 10100 10111 100111100 111010 110001

Color Harmonies of #C4349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4349D

Black with #C4349D

Text Example


Text Example

White with #C4349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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