Html Css Color HEX #C5048E Medium Violet Red

📋 copy color: '#C5048E'

red 197 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #C5048E

Tints of Medium Violet Red #C5048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.4%

R = 57.43%
G = 1.17%
B = 41.4%

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

#C5048E (or 0xC5048E) is known color: Medium Violet Red. HEX triplet: C5, 04 and 8E. RGB value is (197,4,142). Sum of RGB (Red+Green+Blue) = 197+4+142=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5048E is #3AFB71. Grayscale: #4D4D4D. Windows color (decimal): -3865458 or 9307333. OLE color: 9307333.

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

Color convert

RGB 197 4 142 -
CMYK 0 0.98 0.28 0.23
HSL 317.1º 0.96% 0.39% -
HSV(B) 317.1º 0.98% 0.77% -
XYZ 27.95 13.91 26.8 -
YUV 77.44 164.44 213.28 -
System Red Green Blue C M Y K H S L
Decimal 197 4 142 0 0.98 0.28 0.23 317.1 0.96 0.39
Hex C5 4 8E 0 62 1C 17 13D 60 27
Octal 305 4 216 0 142 34 27 475 140 47
Binary 11000101 100 10001110 0 1100010 11100 10111 100111101 1100000 100111

Color Harmonies of #C5048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5048E

Black with #C5048E

Text Example


Text Example

White with #C5048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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