Html Css Color HEX #C5318D Medium Red Violet

📋 copy color: '#C5318D'

red 197 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #C5318D

Tints of Medium Red Violet #C5318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 50.9%
G = 12.66%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5318D (or 0xC5318D) is known color: Medium Red Violet. HEX triplet: C5, 31 and 8D. RGB value is (197,49,141). Sum of RGB (Red+Green+Blue) = 197+49+141=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5318D is #3ACE72. Grayscale: #676767. Windows color (decimal): -3853939 or 9253317. OLE color: 9253317.

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

Color convert

RGB 197 49 141 -
CMYK 0 0.75 0.28 0.23
HSL 322.7º 0.6% 0.48% -
HSV(B) 322.7º 0.75% 0.77% -
XYZ 28.93 15.99 26.76 -
YUV 103.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 197 49 141 0 0.75 0.28 0.23 322.7 0.6 0.48
Hex C5 31 8D 0 4B 1C 17 143 3C 30
Octal 305 61 215 0 113 34 27 503 74 60
Binary 11000101 110001 10001101 0 1001011 11100 10111 101000011 111100 110000

Color Harmonies of #C5318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5318D

Black with #C5318D

Text Example


Text Example

White with #C5318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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