Html Css Color HEX #C5137D Medium Violet Red

📋 copy color: '#C5137D'

red 197 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #C5137D

Tints of Medium Violet Red #C5137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 57.77%
G = 5.57%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5137D (or 0xC5137D) is known color: Medium Violet Red. HEX triplet: C5, 13 and 7D. RGB value is (197,19,125). Sum of RGB (Red+Green+Blue) = 197+19+125=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5137D is #3AEC82. Grayscale: #545454. Windows color (decimal): -3861635 or 8197061. OLE color: 8197061.

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

Color convert

RGB 197 19 125 -
CMYK 0 0.90 0.37 0.23
HSL 324.27º 0.82% 0.42% -
HSV(B) 324.27º 0.9% 0.77% -
XYZ 26.96 13.82 20.65 -
YUV 84.31 150.97 208.38 -
System Red Green Blue C M Y K H S L
Decimal 197 19 125 0 0.90 0.37 0.23 324.27 0.82 0.42
Hex C5 13 7D 0 5A 25 17 144 52 2A
Octal 305 23 175 0 132 45 27 504 122 52
Binary 11000101 10011 1111101 0 1011010 100101 10111 101000100 1010010 101010

Color Harmonies of #C5137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5137D

Black with #C5137D

Text Example


Text Example

White with #C5137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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