Html Css Color HEX #C5048D Medium Violet Red

📋 copy color: '#C5048D'

red 197 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #C5048D

Tints of Medium Violet Red #C5048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 57.6%
G = 1.17%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5048D (or 0xC5048D) is known color: Medium Violet Red. HEX triplet: C5, 04 and 8D. RGB value is (197,4,141). Sum of RGB (Red+Green+Blue) = 197+4+141=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5048D is #3AFB72. Grayscale: #4C4C4C. Windows color (decimal): -3865459 or 9241797. OLE color: 9241797.

HSL color Cylindrical-coordinate representation of color #C5048D: hue angle of 317.41º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5048D is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 4 141 -
CMYK 0 0.98 0.28 0.23
HSL 317.41º 0.96% 0.39% -
HSV(B) 317.41º 0.98% 0.77% -
XYZ 27.88 13.88 26.41 -
YUV 77.33 163.94 213.36 -
System Red Green Blue C M Y K H S L
Decimal 197 4 141 0 0.98 0.28 0.23 317.41 0.96 0.39
Hex C5 4 8D 0 62 1C 17 13D 60 27
Octal 305 4 215 0 142 34 27 475 140 47
Binary 11000101 100 10001101 0 1100010 11100 10111 100111101 1100000 100111

Color Harmonies of #C5048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5048D

Black with #C5048D

Text Example


Text Example

White with #C5048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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