Html Css Color HEX #C5138C Medium Violet Red

📋 copy color: '#C5138C'

red 197 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #C5138C

Tints of Medium Violet Red #C5138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 55.34%
G = 5.34%
B = 39.33%

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

#C5138C (or 0xC5138C) is known color: Medium Violet Red. HEX triplet: C5, 13 and 8C. RGB value is (197,19,140). Sum of RGB (Red+Green+Blue) = 197+19+140=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5138C is #3AEC73. Grayscale: #555555. Windows color (decimal): -3861620 or 9180101. OLE color: 9180101.

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

Color convert

RGB 197 19 140 -
CMYK 0 0.90 0.29 0.23
HSL 319.21º 0.82% 0.42% -
HSV(B) 319.21º 0.9% 0.77% -
XYZ 27.99 14.23 26.08 -
YUV 86.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 197 19 140 0 0.90 0.29 0.23 319.21 0.82 0.42
Hex C5 13 8C 0 5A 1D 17 13F 52 2A
Octal 305 23 214 0 132 35 27 477 122 52
Binary 11000101 10011 10001100 0 1011010 11101 10111 100111111 1010010 101010

Color Harmonies of #C5138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5138C

Black with #C5138C

Text Example


Text Example

White with #C5138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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