Html Css Color HEX #C5138D Medium Violet Red

📋 copy color: '#C5138D'

red 197 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #C5138D

Tints of Medium Violet Red #C5138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 55.18%
G = 5.32%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5138D (or 0xC5138D) is known color: Medium Violet Red. HEX triplet: C5, 13 and 8D. RGB value is (197,19,141). Sum of RGB (Red+Green+Blue) = 197+19+141=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5138D is #3AEC72. Grayscale: #555555. Windows color (decimal): -3861619 or 9245637. OLE color: 9245637.

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

Color convert

RGB 197 19 141 -
CMYK 0 0.90 0.28 0.23
HSL 318.88º 0.82% 0.42% -
HSV(B) 318.88º 0.9% 0.77% -
XYZ 28.07 14.26 26.47 -
YUV 86.13 158.97 207.08 -
System Red Green Blue C M Y K H S L
Decimal 197 19 141 0 0.90 0.28 0.23 318.88 0.82 0.42
Hex C5 13 8D 0 5A 1C 17 13F 52 2A
Octal 305 23 215 0 132 34 27 477 122 52
Binary 11000101 10011 10001101 0 1011010 11100 10111 100111111 1010010 101010

Color Harmonies of #C5138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5138D

Black with #C5138D

Text Example


Text Example

White with #C5138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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