Html Css Color HEX #C5049A Medium Violet Red

📋 copy color: '#C5049A'

red 197 ◦ green 4 ◦ blue 154

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

Shades of Medium Violet Red #C5049A

Tints of Medium Violet Red #C5049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.38%

R = 55.49%
G = 1.13%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5049A (or 0xC5049A) is known color: Medium Violet Red. HEX triplet: C5, 04 and 9A. RGB value is (197,4,154). Sum of RGB (Red+Green+Blue) = 197+4+154=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5049A is #3AFB65. Grayscale: #4E4E4E. Windows color (decimal): -3865446 or 10093765. OLE color: 10093765.

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

Color convert

RGB 197 4 154 -
CMYK 0 0.98 0.22 0.23
HSL 313.37º 0.96% 0.39% -
HSV(B) 313.37º 0.98% 0.77% -
XYZ 28.9 14.29 31.81 -
YUV 78.81 170.44 212.3 -
System Red Green Blue C M Y K H S L
Decimal 197 4 154 0 0.98 0.22 0.23 313.37 0.96 0.39
Hex C5 4 9A 0 62 16 17 139 60 27
Octal 305 4 232 0 142 26 27 471 140 47
Binary 11000101 100 10011010 0 1100010 10110 10111 100111001 1100000 100111

Color Harmonies of #C5049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5049A

Black with #C5049A

Text Example


Text Example

White with #C5049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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