Html Css Color HEX #C5139B Medium Violet Red

📋 copy color: '#C5139B'

red 197 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #C5139B

Tints of Medium Violet Red #C5139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 53.1%
G = 5.12%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5139B (or 0xC5139B) is known color: Medium Violet Red. HEX triplet: C5, 13 and 9B. RGB value is (197,19,155). Sum of RGB (Red+Green+Blue) = 197+19+155=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5139B is #3AEC64. Grayscale: #575757. Windows color (decimal): -3861605 or 10163141. OLE color: 10163141.

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

Color convert

RGB 197 19 155 -
CMYK 0 0.90 0.21 0.23
HSL 314.16º 0.82% 0.42% -
HSV(B) 314.16º 0.9% 0.77% -
XYZ 29.18 14.7 32.31 -
YUV 87.73 165.97 205.94 -
System Red Green Blue C M Y K H S L
Decimal 197 19 155 0 0.90 0.21 0.23 314.16 0.82 0.42
Hex C5 13 9B 0 5A 15 17 13A 52 2A
Octal 305 23 233 0 132 25 27 472 122 52
Binary 11000101 10011 10011011 0 1011010 10101 10111 100111010 1010010 101010

Color Harmonies of #C5139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5139B

Black with #C5139B

Text Example


Text Example

White with #C5139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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