Html Css Color HEX #C5347A Medium Red Violet

📋 copy color: '#C5347A'

red 197 ◦ green 52 ◦ blue 122

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

Shades of Medium Red Violet #C5347A

Tints of Medium Red Violet #C5347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 53.1%
G = 14.02%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5347A (or 0xC5347A) is known color: Medium Red Violet. HEX triplet: C5, 34 and 7A. RGB value is (197,52,122). Sum of RGB (Red+Green+Blue) = 197+52+122=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5347A is #3ACB85. Grayscale: #676767. Windows color (decimal): -3853190 or 8008901. OLE color: 8008901.

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

Color convert

RGB 197 52 122 -
CMYK 0 0.74 0.38 0.23
HSL 331.03º 0.58% 0.49% -
HSV(B) 331.03º 0.74% 0.77% -
XYZ 27.77 15.73 19.99 -
YUV 103.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 197 52 122 0 0.74 0.38 0.23 331.03 0.58 0.49
Hex C5 34 7A 0 4A 26 17 14B 3A 31
Octal 305 64 172 0 112 46 27 513 72 61
Binary 11000101 110100 1111010 0 1001010 100110 10111 101001011 111010 110001

Color Harmonies of #C5347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5347A

Black with #C5347A

Text Example


Text Example

White with #C5347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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