Html Css Color HEX #C5057E Medium Violet Red

📋 copy color: '#C5057E'

red 197 ◦ green 5 ◦ blue 126

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

Shades of Medium Violet Red #C5057E

Tints of Medium Violet Red #C5057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.41%

R = 60.06%
G = 1.52%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5057E (or 0xC5057E) is known color: Medium Violet Red. HEX triplet: C5, 05 and 7E. RGB value is (197,5,126). Sum of RGB (Red+Green+Blue) = 197+5+126=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5057E is #3AFA81. Grayscale: #4B4B4B. Windows color (decimal): -3865218 or 8259013. OLE color: 8259013.

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

Color convert

RGB 197 5 126 -
CMYK 0 0.97 0.36 0.23
HSL 322.19º 0.95% 0.4% -
HSV(B) 322.19º 0.97% 0.77% -
XYZ 26.85 13.49 20.93 -
YUV 76.2 156.11 214.16 -
System Red Green Blue C M Y K H S L
Decimal 197 5 126 0 0.97 0.36 0.23 322.19 0.95 0.4
Hex C5 5 7E 0 61 24 17 142 5F 28
Octal 305 5 176 0 141 44 27 502 137 50
Binary 11000101 101 1111110 0 1100001 100100 10111 101000010 1011111 101000

Color Harmonies of #C5057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5057E

Black with #C5057E

Text Example


Text Example

White with #C5057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5057E; }

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

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

background-color css

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

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

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

border-color css

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

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

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