Html Css Color HEX #C5117D Medium Violet Red

📋 copy color: '#C5117D'

red 197 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #C5117D

Tints of Medium Violet Red #C5117D

RGB

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

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

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

R = 58.11%
G = 5.01%
B = 36.87%

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

#C5117D (or 0xC5117D) is known color: Medium Violet Red. HEX triplet: C5, 11 and 7D. RGB value is (197,17,125). Sum of RGB (Red+Green+Blue) = 197+17+125=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5117D is #3AEE82. Grayscale: #525252. Windows color (decimal): -3862147 or 8196549. OLE color: 8196549.

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

Color convert

RGB 197 17 125 -
CMYK 0 0.91 0.37 0.23
HSL 324º 0.84% 0.42% -
HSV(B) 324º 0.91% 0.77% -
XYZ 26.93 13.75 20.64 -
YUV 83.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 197 17 125 0 0.91 0.37 0.23 324 0.84 0.42
Hex C5 11 7D 0 5B 25 17 144 54 2A
Octal 305 21 175 0 133 45 27 504 124 52
Binary 11000101 10001 1111101 0 1011011 100101 10111 101000100 1010100 101010

Color Harmonies of #C5117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5117D

Black with #C5117D

Text Example


Text Example

White with #C5117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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