Html Css Color HEX #C5049C Medium Violet Red

📋 copy color: '#C5049C'

red 197 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #C5049C

Tints of Medium Violet Red #C5049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 55.18%
G = 1.12%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5049C (or 0xC5049C) is known color: Medium Violet Red. HEX triplet: C5, 04 and 9C. RGB value is (197,4,156). Sum of RGB (Red+Green+Blue) = 197+4+156=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5049C is #3AFB63. Grayscale: #4E4E4E. Windows color (decimal): -3865444 or 10224837. OLE color: 10224837.

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

Color convert

RGB 197 4 156 -
CMYK 0 0.98 0.21 0.23
HSL 312.75º 0.96% 0.39% -
HSV(B) 312.75º 0.98% 0.77% -
XYZ 29.07 14.36 32.69 -
YUV 79.04 171.44 212.14 -
System Red Green Blue C M Y K H S L
Decimal 197 4 156 0 0.98 0.21 0.23 312.75 0.96 0.39
Hex C5 4 9C 0 62 15 17 139 60 27
Octal 305 4 234 0 142 25 27 471 140 47
Binary 11000101 100 10011100 0 1100010 10101 10111 100111001 1100000 100111

Color Harmonies of #C5049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5049C

Black with #C5049C

Text Example


Text Example

White with #C5049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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