Html Css Color HEX #C5317D Medium Red Violet

📋 copy color: '#C5317D'

red 197 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #C5317D

Tints of Medium Red Violet #C5317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 53.1%
G = 13.21%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5317D (or 0xC5317D) is known color: Medium Red Violet. HEX triplet: C5, 31 and 7D. RGB value is (197,49,125). Sum of RGB (Red+Green+Blue) = 197+49+125=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5317D is #3ACE82. Grayscale: #656565. Windows color (decimal): -3853955 or 8204741. OLE color: 8204741.

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

Color convert

RGB 197 49 125 -
CMYK 0 0.75 0.37 0.23
HSL 329.19º 0.6% 0.48% -
HSV(B) 329.19º 0.75% 0.77% -
XYZ 27.83 15.55 20.94 -
YUV 101.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 197 49 125 0 0.75 0.37 0.23 329.19 0.6 0.48
Hex C5 31 7D 0 4B 25 17 149 3C 30
Octal 305 61 175 0 113 45 27 511 74 60
Binary 11000101 110001 1111101 0 1001011 100101 10111 101001001 111100 110000

Color Harmonies of #C5317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5317D

Black with #C5317D

Text Example


Text Example

White with #C5317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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