Html Css Color HEX #C5119C Medium Violet Red

📋 copy color: '#C5119C'

red 197 ◦ green 17 ◦ blue 156

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

Shades of Medium Violet Red #C5119C

Tints of Medium Violet Red #C5119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 53.24%
G = 4.59%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5119C (or 0xC5119C) is known color: Medium Violet Red. HEX triplet: C5, 11 and 9C. RGB value is (197,17,156). Sum of RGB (Red+Green+Blue) = 197+17+156=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5119C is #3AEE63. Grayscale: #565656. Windows color (decimal): -3862116 or 10228165. OLE color: 10228165.

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

Color convert

RGB 197 17 156 -
CMYK 0 0.91 0.21 0.23
HSL 313.67º 0.84% 0.42% -
HSV(B) 313.67º 0.91% 0.77% -
XYZ 29.23 14.67 32.74 -
YUV 86.67 167.13 206.7 -
System Red Green Blue C M Y K H S L
Decimal 197 17 156 0 0.91 0.21 0.23 313.67 0.84 0.42
Hex C5 11 9C 0 5B 15 17 13A 54 2A
Octal 305 21 234 0 133 25 27 472 124 52
Binary 11000101 10001 10011100 0 1011011 10101 10111 100111010 1010100 101010

Color Harmonies of #C5119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5119C

Black with #C5119C

Text Example


Text Example

White with #C5119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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