Html Css Color HEX #C5318C Medium Red Violet

📋 copy color: '#C5318C'

red 197 ◦ green 49 ◦ blue 140

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

Shades of Medium Red Violet #C5318C

Tints of Medium Red Violet #C5318C

RGB

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

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

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

R = 51.04%
G = 12.69%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5318C (or 0xC5318C) is known color: Medium Red Violet. HEX triplet: C5, 31 and 8C. RGB value is (197,49,140). Sum of RGB (Red+Green+Blue) = 197+49+140=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5318C is #3ACE73. Grayscale: #676767. Windows color (decimal): -3853940 or 9187781. OLE color: 9187781.

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

Color convert

RGB 197 49 140 -
CMYK 0 0.75 0.29 0.23
HSL 323.11º 0.6% 0.48% -
HSV(B) 323.11º 0.75% 0.77% -
XYZ 28.86 15.96 26.37 -
YUV 103.63 148.53 194.6 -
System Red Green Blue C M Y K H S L
Decimal 197 49 140 0 0.75 0.29 0.23 323.11 0.6 0.48
Hex C5 31 8C 0 4B 1D 17 143 3C 30
Octal 305 61 214 0 113 35 27 503 74 60
Binary 11000101 110001 10001100 0 1001011 11101 10111 101000011 111100 110000

Color Harmonies of #C5318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5318C

Black with #C5318C

Text Example


Text Example

White with #C5318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5318C; }

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

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

background-color css

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

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

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

border-color css

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

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

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