Html Css Color HEX #C5158B Medium Violet Red

📋 copy color: '#C5158B'

red 197 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #C5158B

Tints of Medium Violet Red #C5158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 55.18%
G = 5.88%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5158B (or 0xC5158B) is known color: Medium Violet Red. HEX triplet: C5, 15 and 8B. RGB value is (197,21,139). Sum of RGB (Red+Green+Blue) = 197+21+139=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5158B is #3AEA74. Grayscale: #565656. Windows color (decimal): -3861109 or 9115077. OLE color: 9115077.

HSL color Cylindrical-coordinate representation of color #C5158B: hue angle of 319.77º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5158B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 139 -
CMYK 0 0.89 0.29 0.23
HSL 319.77º 0.81% 0.43% -
HSV(B) 319.77º 0.89% 0.77% -
XYZ 27.95 14.27 25.71 -
YUV 87.08 157.31 206.41 -
System Red Green Blue C M Y K H S L
Decimal 197 21 139 0 0.89 0.29 0.23 319.77 0.81 0.43
Hex C5 15 8B 0 59 1D 17 140 51 2B
Octal 305 25 213 0 131 35 27 500 121 53
Binary 11000101 10101 10001011 0 1011001 11101 10111 101000000 1010001 101011

Color Harmonies of #C5158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5158B

Black with #C5158B

Text Example


Text Example

White with #C5158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5158B; }

 p { color: rgb(197,21,139); }

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

background-color css

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

 a { background-color: rgb(197,21,139); }

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

border-color css

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

 span { border-color: rgb(197,21,139); }

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