Html Css Color HEX #C5117C Medium Violet Red

📋 copy color: '#C5117C'

red 197 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #C5117C

Tints of Medium Violet Red #C5117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.03%

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 58.28%
G = 5.03%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5117C (or 0xC5117C) is known color: Medium Violet Red. HEX triplet: C5, 11 and 7C. RGB value is (197,17,124). Sum of RGB (Red+Green+Blue) = 197+17+124=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5117C is #3AEE83. Grayscale: #525252. Windows color (decimal): -3862148 or 8131013. OLE color: 8131013.

HSL color Cylindrical-coordinate representation of color #C5117C: hue angle of 324.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5117C is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 124 -
CMYK 0 0.91 0.37 0.23
HSL 324.33º 0.84% 0.42% -
HSV(B) 324.33º 0.91% 0.77% -
XYZ 26.86 13.73 20.3 -
YUV 83.02 151.13 209.3 -
System Red Green Blue C M Y K H S L
Decimal 197 17 124 0 0.91 0.37 0.23 324.33 0.84 0.42
Hex C5 11 7C 0 5B 25 17 144 54 2A
Octal 305 21 174 0 133 45 27 504 124 52
Binary 11000101 10001 1111100 0 1011011 100101 10111 101000100 1010100 101010

Color Harmonies of #C5117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5117C

Black with #C5117C

Text Example


Text Example

White with #C5117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5117C; }

 p { color: rgb(197,17,124); }

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

background-color css

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

 a { background-color: rgb(197,17,124); }

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

border-color css

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

 span { border-color: rgb(197,17,124); }

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