Html Css Color HEX #C5138A Medium Violet Red

📋 copy color: '#C5138A'

red 197 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #C5138A

Tints of Medium Violet Red #C5138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 55.65%
G = 5.37%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5138A (or 0xC5138A) is known color: Medium Violet Red. HEX triplet: C5, 13 and 8A. RGB value is (197,19,138). Sum of RGB (Red+Green+Blue) = 197+19+138=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5138A is #3AEC75. Grayscale: #555555. Windows color (decimal): -3861622 or 9049029. OLE color: 9049029.

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

Color convert

RGB 197 19 138 -
CMYK 0 0.90 0.30 0.23
HSL 319.89º 0.82% 0.42% -
HSV(B) 319.89º 0.9% 0.77% -
XYZ 27.85 14.17 25.31 -
YUV 85.79 157.47 207.32 -
System Red Green Blue C M Y K H S L
Decimal 197 19 138 0 0.90 0.30 0.23 319.89 0.82 0.42
Hex C5 13 8A 0 5A 1E 17 140 52 2A
Octal 305 23 212 0 132 36 27 500 122 52
Binary 11000101 10011 10001010 0 1011010 11110 10111 101000000 1010010 101010

Color Harmonies of #C5138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5138A

Black with #C5138A

Text Example


Text Example

White with #C5138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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