Html Css Color HEX #C5048A Medium Violet Red

📋 copy color: '#C5048A'

red 197 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #C5048A

Tints of Medium Violet Red #C5048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 58.11%
G = 1.18%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5048A (or 0xC5048A) is known color: Medium Violet Red. HEX triplet: C5, 04 and 8A. RGB value is (197,4,138). Sum of RGB (Red+Green+Blue) = 197+4+138=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5048A is #3AFB75. Grayscale: #4C4C4C. Windows color (decimal): -3865462 or 9045189. OLE color: 9045189.

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

Color convert

RGB 197 4 138 -
CMYK 0 0.98 0.30 0.23
HSL 318.34º 0.96% 0.39% -
HSV(B) 318.34º 0.98% 0.77% -
XYZ 27.66 13.79 25.25 -
YUV 76.98 162.44 213.6 -
System Red Green Blue C M Y K H S L
Decimal 197 4 138 0 0.98 0.30 0.23 318.34 0.96 0.39
Hex C5 4 8A 0 62 1E 17 13E 60 27
Octal 305 4 212 0 142 36 27 476 140 47
Binary 11000101 100 10001010 0 1100010 11110 10111 100111110 1100000 100111

Color Harmonies of #C5048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5048A

Black with #C5048A

Text Example


Text Example

White with #C5048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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