Html Css Color HEX #C5137A Medium Violet Red

📋 copy color: '#C5137A'

red 197 ◦ green 19 ◦ blue 122

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

Shades of Medium Violet Red #C5137A

Tints of Medium Violet Red #C5137A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.09%

R = 58.28%
G = 5.62%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5137A (or 0xC5137A) is known color: Medium Violet Red. HEX triplet: C5, 13 and 7A. RGB value is (197,19,122). Sum of RGB (Red+Green+Blue) = 197+19+122=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5137A is #3AEC85. Grayscale: #535353. Windows color (decimal): -3861638 or 8000453. OLE color: 8000453.

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

Color convert

RGB 197 19 122 -
CMYK 0 0.90 0.38 0.23
HSL 325.28º 0.82% 0.42% -
HSV(B) 325.28º 0.9% 0.77% -
XYZ 26.77 13.74 19.65 -
YUV 83.96 149.47 208.62 -
System Red Green Blue C M Y K H S L
Decimal 197 19 122 0 0.90 0.38 0.23 325.28 0.82 0.42
Hex C5 13 7A 0 5A 26 17 145 52 2A
Octal 305 23 172 0 132 46 27 505 122 52
Binary 11000101 10011 1111010 0 1011010 100110 10111 101000101 1010010 101010

Color Harmonies of #C5137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5137A

Black with #C5137A

Text Example


Text Example

White with #C5137A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5137A; }

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

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

background-color css

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

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

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

border-color css

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

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

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