Html Css Color HEX #C5349C Medium Red Violet

📋 copy color: '#C5349C'

red 197 ◦ green 52 ◦ blue 156

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

Shades of Medium Red Violet #C5349C

Tints of Medium Red Violet #C5349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 48.64%
G = 12.84%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5349C (or 0xC5349C) is known color: Medium Red Violet. HEX triplet: C5, 34 and 9C. RGB value is (197,52,156). Sum of RGB (Red+Green+Blue) = 197+52+156=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5349C is #3ACB63. Grayscale: #6A6A6A. Windows color (decimal): -3853156 or 10237125. OLE color: 10237125.

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

Color convert

RGB 197 52 156 -
CMYK 0 0.74 0.21 0.23
HSL 316.97º 0.58% 0.49% -
HSV(B) 316.97º 0.74% 0.77% -
XYZ 30.25 16.73 33.09 -
YUV 107.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 197 52 156 0 0.74 0.21 0.23 316.97 0.58 0.49
Hex C5 34 9C 0 4A 15 17 13D 3A 31
Octal 305 64 234 0 112 25 27 475 72 61
Binary 11000101 110100 10011100 0 1001010 10101 10111 100111101 111010 110001

Color Harmonies of #C5349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5349C

Black with #C5349C

Text Example


Text Example

White with #C5349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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