Html Css Color HEX #C5057C Medium Violet Red

📋 copy color: '#C5057C'

red 197 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #C5057C

Tints of Medium Violet Red #C5057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 60.43%
G = 1.53%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5057C (or 0xC5057C) is known color: Medium Violet Red. HEX triplet: C5, 05 and 7C. RGB value is (197,5,124). Sum of RGB (Red+Green+Blue) = 197+5+124=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5057C is #3AFA83. Grayscale: #4B4B4B. Windows color (decimal): -3865220 or 8127941. OLE color: 8127941.

HSL color Cylindrical-coordinate representation of color #C5057C: hue angle of 322.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5057C is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 124 -
CMYK 0 0.97 0.37 0.23
HSL 322.81º 0.95% 0.4% -
HSV(B) 322.81º 0.97% 0.77% -
XYZ 26.72 13.43 20.25 -
YUV 75.97 155.11 214.32 -
System Red Green Blue C M Y K H S L
Decimal 197 5 124 0 0.97 0.37 0.23 322.81 0.95 0.4
Hex C5 5 7C 0 61 25 17 143 5F 28
Octal 305 5 174 0 141 45 27 503 137 50
Binary 11000101 101 1111100 0 1100001 100101 10111 101000011 1011111 101000

Color Harmonies of #C5057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5057C

Black with #C5057C

Text Example


Text Example

White with #C5057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5057C; }

 p { color: rgb(197,5,124); }

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

background-color css

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

 a { background-color: rgb(197,5,124); }

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

border-color css

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

 span { border-color: rgb(197,5,124); }

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