Html Css Color HEX #C5348D Medium Red Violet

📋 copy color: '#C5348D'

red 197 ◦ green 52 ◦ blue 141

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

Shades of Medium Red Violet #C5348D

Tints of Medium Red Violet #C5348D

RGB

 RED value IS 197 (77.34% from 255) = 50.51%

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

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

R = 50.51%
G = 13.33%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5348D (or 0xC5348D) is known color: Medium Red Violet. HEX triplet: C5, 34 and 8D. RGB value is (197,52,141). Sum of RGB (Red+Green+Blue) = 197+52+141=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5348D is #3ACB72. Grayscale: #696969. Windows color (decimal): -3853171 or 9254085. OLE color: 9254085.

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

Color convert

RGB 197 52 141 -
CMYK 0 0.74 0.28 0.23
HSL 323.17º 0.58% 0.49% -
HSV(B) 323.17º 0.74% 0.77% -
XYZ 29.06 16.25 26.8 -
YUV 105.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 197 52 141 0 0.74 0.28 0.23 323.17 0.58 0.49
Hex C5 34 8D 0 4A 1C 17 143 3A 31
Octal 305 64 215 0 112 34 27 503 72 61
Binary 11000101 110100 10001101 0 1001010 11100 10111 101000011 111010 110001

Color Harmonies of #C5348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5348D

Black with #C5348D

Text Example


Text Example

White with #C5348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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