Html Css Color HEX #C5318A Medium Red Violet

📋 copy color: '#C5318A'

red 197 ◦ green 49 ◦ blue 138

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

Shades of Medium Red Violet #C5318A

Tints of Medium Red Violet #C5318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.76%

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

R = 51.3%
G = 12.76%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5318A (or 0xC5318A) is known color: Medium Red Violet. HEX triplet: C5, 31 and 8A. RGB value is (197,49,138). Sum of RGB (Red+Green+Blue) = 197+49+138=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5318A is #3ACE75. Grayscale: #676767. Windows color (decimal): -3853942 or 9056709. OLE color: 9056709.

HSL color Cylindrical-coordinate representation of color #C5318A: hue angle of 323.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5318A is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 49 138 -
CMYK 0 0.75 0.30 0.23
HSL 323.92º 0.6% 0.48% -
HSV(B) 323.92º 0.75% 0.77% -
XYZ 28.71 15.9 25.6 -
YUV 103.4 147.53 194.76 -
System Red Green Blue C M Y K H S L
Decimal 197 49 138 0 0.75 0.30 0.23 323.92 0.6 0.48
Hex C5 31 8A 0 4B 1E 17 144 3C 30
Octal 305 61 212 0 113 36 27 504 74 60
Binary 11000101 110001 10001010 0 1001011 11110 10111 101000100 111100 110000

Color Harmonies of #C5318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5318A

Black with #C5318A

Text Example


Text Example

White with #C5318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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