Html Css Color HEX #C5139F Medium Violet Red

📋 copy color: '#C5139F'

red 197 ◦ green 19 ◦ blue 159

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

Shades of Medium Violet Red #C5139F

Tints of Medium Violet Red #C5139F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 52.53%
G = 5.07%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5139F (or 0xC5139F) is known color: Medium Violet Red. HEX triplet: C5, 13 and 9F. RGB value is (197,19,159). Sum of RGB (Red+Green+Blue) = 197+19+159=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5139F is #3AEC60. Grayscale: #575757. Windows color (decimal): -3861601 or 10425285. OLE color: 10425285.

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

Color convert

RGB 197 19 159 -
CMYK 0 0.90 0.19 0.23
HSL 312.81º 0.82% 0.42% -
HSV(B) 312.81º 0.9% 0.77% -
XYZ 29.52 14.84 34.11 -
YUV 88.18 167.97 205.62 -
System Red Green Blue C M Y K H S L
Decimal 197 19 159 0 0.90 0.19 0.23 312.81 0.82 0.42
Hex C5 13 9F 0 5A 13 17 139 52 2A
Octal 305 23 237 0 132 23 27 471 122 52
Binary 11000101 10011 10011111 0 1011010 10011 10111 100111001 1010010 101010

Color Harmonies of #C5139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5139F

Black with #C5139F

Text Example


Text Example

White with #C5139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5139F; }

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

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

background-color css

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

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

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

border-color css

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

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

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