Html Css Color HEX #C5138B Medium Violet Red

📋 copy color: '#C5138B'

red 197 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #C5138B

Tints of Medium Violet Red #C5138B

RGB

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

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

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

R = 55.49%
G = 5.35%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5138B (or 0xC5138B) is known color: Medium Violet Red. HEX triplet: C5, 13 and 8B. RGB value is (197,19,139). Sum of RGB (Red+Green+Blue) = 197+19+139=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5138B is #3AEC74. Grayscale: #555555. Windows color (decimal): -3861621 or 9114565. OLE color: 9114565.

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

Color convert

RGB 197 19 139 -
CMYK 0 0.90 0.29 0.23
HSL 319.55º 0.82% 0.42% -
HSV(B) 319.55º 0.9% 0.77% -
XYZ 27.92 14.2 25.7 -
YUV 85.9 157.97 207.24 -
System Red Green Blue C M Y K H S L
Decimal 197 19 139 0 0.90 0.29 0.23 319.55 0.82 0.42
Hex C5 13 8B 0 5A 1D 17 140 52 2A
Octal 305 23 213 0 132 35 27 500 122 52
Binary 11000101 10011 10001011 0 1011010 11101 10111 101000000 1010010 101010

Color Harmonies of #C5138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5138B

Black with #C5138B

Text Example


Text Example

White with #C5138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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