Html Css Color HEX #C5049D Medium Violet Red

📋 copy color: '#C5049D'

red 197 ◦ green 4 ◦ blue 157

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

Shades of Medium Violet Red #C5049D

Tints of Medium Violet Red #C5049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 55.03%
G = 1.12%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5049D (or 0xC5049D) is known color: Medium Violet Red. HEX triplet: C5, 04 and 9D. RGB value is (197,4,157). Sum of RGB (Red+Green+Blue) = 197+4+157=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5049D is #3AFB62. Grayscale: #4E4E4E. Windows color (decimal): -3865443 or 10290373. OLE color: 10290373.

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

Color convert

RGB 197 4 157 -
CMYK 0 0.98 0.20 0.23
HSL 312.44º 0.96% 0.39% -
HSV(B) 312.44º 0.98% 0.77% -
XYZ 29.16 14.39 33.14 -
YUV 79.15 171.94 212.06 -
System Red Green Blue C M Y K H S L
Decimal 197 4 157 0 0.98 0.20 0.23 312.44 0.96 0.39
Hex C5 4 9D 0 62 14 17 138 60 27
Octal 305 4 235 0 142 24 27 470 140 47
Binary 11000101 100 10011101 0 1100010 10100 10111 100111000 1100000 100111

Color Harmonies of #C5049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5049D

Black with #C5049D

Text Example


Text Example

White with #C5049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5049D; }

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

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

background-color css

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

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

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

border-color css

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

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

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