Html Css Color HEX #C5139D Medium Violet Red

📋 copy color: '#C5139D'

red 197 ◦ green 19 ◦ blue 157

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

Shades of Medium Violet Red #C5139D

Tints of Medium Violet Red #C5139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.09%

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 52.82%
G = 5.09%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5139D (or 0xC5139D) is known color: Medium Violet Red. HEX triplet: C5, 13 and 9D. RGB value is (197,19,157). Sum of RGB (Red+Green+Blue) = 197+19+157=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5139D is #3AEC62. Grayscale: #575757. Windows color (decimal): -3861603 or 10294213. OLE color: 10294213.

HSL color Cylindrical-coordinate representation of color #C5139D: hue angle of 313.48º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5139D is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 157 -
CMYK 0 0.90 0.20 0.23
HSL 313.48º 0.82% 0.42% -
HSV(B) 313.48º 0.9% 0.77% -
XYZ 29.34 14.77 33.2 -
YUV 87.95 166.97 205.78 -
System Red Green Blue C M Y K H S L
Decimal 197 19 157 0 0.90 0.20 0.23 313.48 0.82 0.42
Hex C5 13 9D 0 5A 14 17 139 52 2A
Octal 305 23 235 0 132 24 27 471 122 52
Binary 11000101 10011 10011101 0 1011010 10100 10111 100111001 1010010 101010

Color Harmonies of #C5139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5139D

Black with #C5139D

Text Example


Text Example

White with #C5139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5139D; }

 p { color: rgb(197,19,157); }

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

background-color css

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

 a { background-color: rgb(197,19,157); }

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

border-color css

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

 span { border-color: rgb(197,19,157); }

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