Html Css Color HEX #C5348A Medium Red Violet

📋 copy color: '#C5348A'

red 197 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #C5348A

Tints of Medium Red Violet #C5348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 50.9%
G = 13.44%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5348A (or 0xC5348A) is known color: Medium Red Violet. HEX triplet: C5, 34 and 8A. RGB value is (197,52,138). Sum of RGB (Red+Green+Blue) = 197+52+138=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5348A is #3ACB75. Grayscale: #686868. Windows color (decimal): -3853174 or 9057477. OLE color: 9057477.

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

Color convert

RGB 197 52 138 -
CMYK 0 0.74 0.30 0.23
HSL 324.41º 0.58% 0.49% -
HSV(B) 324.41º 0.74% 0.77% -
XYZ 28.84 16.16 25.64 -
YUV 105.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 197 52 138 0 0.74 0.30 0.23 324.41 0.58 0.49
Hex C5 34 8A 0 4A 1E 17 144 3A 31
Octal 305 64 212 0 112 36 27 504 72 61
Binary 11000101 110100 10001010 0 1001010 11110 10111 101000100 111010 110001

Color Harmonies of #C5348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5348A

Black with #C5348A

Text Example


Text Example

White with #C5348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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