Html Css Color HEX #C5348C Medium Red Violet

📋 copy color: '#C5348C'

red 197 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #C5348C

Tints of Medium Red Violet #C5348C

RGB

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

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

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

R = 50.64%
G = 13.37%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5348C (or 0xC5348C) is known color: Medium Red Violet. HEX triplet: C5, 34 and 8C. RGB value is (197,52,140). Sum of RGB (Red+Green+Blue) = 197+52+140=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5348C is #3ACB73. Grayscale: #696969. Windows color (decimal): -3853172 or 9188549. OLE color: 9188549.

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

Color convert

RGB 197 52 140 -
CMYK 0 0.74 0.29 0.23
HSL 323.59º 0.58% 0.49% -
HSV(B) 323.59º 0.74% 0.77% -
XYZ 28.99 16.22 26.41 -
YUV 105.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 197 52 140 0 0.74 0.29 0.23 323.59 0.58 0.49
Hex C5 34 8C 0 4A 1D 17 144 3A 31
Octal 305 64 214 0 112 35 27 504 72 61
Binary 11000101 110100 10001100 0 1001010 11101 10111 101000100 111010 110001

Color Harmonies of #C5348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5348C

Black with #C5348C

Text Example


Text Example

White with #C5348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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