Html Css Color HEX #C5137F Medium Violet Red

📋 copy color: '#C5137F'

red 197 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #C5137F

Tints of Medium Violet Red #C5137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 57.43%
G = 5.54%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5137F (or 0xC5137F) is known color: Medium Violet Red. HEX triplet: C5, 13 and 7F. RGB value is (197,19,127). Sum of RGB (Red+Green+Blue) = 197+19+127=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5137F is #3AEC80. Grayscale: #545454. Windows color (decimal): -3861633 or 8328133. OLE color: 8328133.

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

Color convert

RGB 197 19 127 -
CMYK 0 0.90 0.36 0.23
HSL 323.6º 0.82% 0.42% -
HSV(B) 323.6º 0.9% 0.77% -
XYZ 27.09 13.87 21.33 -
YUV 84.53 151.97 208.22 -
System Red Green Blue C M Y K H S L
Decimal 197 19 127 0 0.90 0.36 0.23 323.6 0.82 0.42
Hex C5 13 7F 0 5A 24 17 144 52 2A
Octal 305 23 177 0 132 44 27 504 122 52
Binary 11000101 10011 1111111 0 1011010 100100 10111 101000100 1010010 101010

Color Harmonies of #C5137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5137F

Black with #C5137F

Text Example


Text Example

White with #C5137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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